diff options
| author | mo khan <mo@mokhan.ca> | 2015-11-27 21:10:55 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-11-27 21:10:55 -0700 |
| commit | cf063e968d04e3c8b3f65200703dbd4e39a6055b (patch) | |
| tree | 9601e5f35a97ed2dd5b5476ad560013a5ced25ea | |
| parent | ae92e49b07fd6967125b211bef9c941a3919648b (diff) | |
update bundle.
| -rw-r--r-- | .ruby-version | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 25 |
2 files changed, 14 insertions, 12 deletions
diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index ccbccc3..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.2.0 diff --git a/Gemfile.lock b/Gemfile.lock index f738071..cfde2bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,22 +2,25 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.2.5) - rspec (3.2.0) - rspec-core (~> 3.2.0) - rspec-expectations (~> 3.2.0) - rspec-mocks (~> 3.2.0) - rspec-core (3.2.0) - rspec-support (~> 3.2.0) - rspec-expectations (3.2.0) + rspec (3.4.0) + rspec-core (~> 3.4.0) + rspec-expectations (~> 3.4.0) + rspec-mocks (~> 3.4.0) + rspec-core (3.4.1) + rspec-support (~> 3.4.0) + rspec-expectations (3.4.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.2.0) - rspec-mocks (3.2.0) + rspec-support (~> 3.4.0) + rspec-mocks (3.4.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.2.0) - rspec-support (3.2.1) + rspec-support (~> 3.4.0) + rspec-support (3.4.1) PLATFORMS ruby DEPENDENCIES rspec (~> 3.2) + +BUNDLED WITH + 1.10.6 |
