We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3a720c + 43a7680 commit abb48adCopy full SHA for abb48ad
2 files changed
Gemfile
@@ -1,4 +1,4 @@
1
source 'https://rubygems.org'
2
-gem 'json', '~> 1.5', '>= 1.5.2'
+gem 'json', '~> 1.8.1'
3
gem 'rake'
4
gem 'rspec'
Gemfile.lock
@@ -3,20 +3,20 @@ GEM
specs:
diff-lcs (1.2.5)
5
json (1.8.1)
6
- rake (10.1.0)
+ rake (10.1.1)
7
rspec (2.14.1)
8
rspec-core (~> 2.14.0)
9
rspec-expectations (~> 2.14.0)
10
rspec-mocks (~> 2.14.0)
11
rspec-core (2.14.7)
12
- rspec-expectations (2.14.4)
+ rspec-expectations (2.14.5)
13
diff-lcs (>= 1.1.3, < 2.0)
14
- rspec-mocks (2.14.4)
+ rspec-mocks (2.14.6)
15
16
PLATFORMS
17
ruby
18
19
DEPENDENCIES
20
- json (~> 1.5, >= 1.5.2)
+ json (~> 1.8.1)
21
rake
22
rspec
0 commit comments