We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1a589 commit f018ac4Copy full SHA for f018ac4
example/animal-service/Gemfile
@@ -8,7 +8,6 @@ end
8
9
gem 'rake'
10
gem 'rack', '~> 2.1'
11
-gem 'json', '~>1.8'
12
gem 'sqlite3'
13
gem 'sequel'
14
gem 'sinatra'
example/animal-service/Gemfile.lock
@@ -18,7 +18,7 @@ GEM
18
diff-lcs (1.4.4)
19
filelock (1.1.1)
20
find_a_port (1.0.1)
21
- json (1.8.6)
+ json (2.3.1)
22
method_source (1.0.0)
23
mustermann (1.1.1)
24
ruby2_keywords (~> 0.0.1)
@@ -81,7 +81,6 @@ PLATFORMS
81
ruby
82
83
DEPENDENCIES
84
- json (~> 1.8)
85
pact!
86
pry
87
rack (~> 2.1)
0 commit comments