Skip to content

Commit 9a14ca7

Browse files
committed
Upgrade jsonpath, closes #9.
1 parent 737797d commit 9a14ca7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'http://rubygems.org'
44
ruby '2.3.1'
55

66
gem 'giphy'
7-
gem 'jsonpath', '~> 0.5.8'
7+
gem 'jsonpath'
88
gem 'kaminari-grape'
99
gem 'mongoid'
1010
gem 'mongoid-scroll'

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ GEM
110110
i18n (1.0.1)
111111
concurrent-ruby (~> 1.0)
112112
ice_nine (0.11.2)
113-
jsonpath (0.5.8)
113+
jsonpath (0.9.0)
114114
multi_json
115+
to_regexp (~> 0.2.1)
115116
kaminari-core (1.1.1)
116117
kaminari-grape (1.0.1)
117118
grape
@@ -190,7 +191,7 @@ GEM
190191
diff-lcs (>= 1.2.0, < 2.0)
191192
rspec-support (~> 3.7.0)
192193
rspec-support (3.7.1)
193-
rubocop (0.55.0)
194+
rubocop (0.56.0)
194195
parallel (~> 1.10)
195196
parser (>= 2.5)
196197
powerpack (~> 0.1)
@@ -229,6 +230,7 @@ GEM
229230
thread_safe (0.3.6)
230231
timers (4.1.2)
231232
hitimes
233+
to_regexp (0.2.1)
232234
tzinfo (1.2.5)
233235
thread_safe (~> 0.1)
234236
uber (0.1.0)
@@ -264,7 +266,7 @@ DEPENDENCIES
264266
foreman
265267
giphy
266268
hyperclient
267-
jsonpath (~> 0.5.8)
269+
jsonpath
268270
kaminari-grape
269271
mongoid
270272
mongoid-scroll

0 commit comments

Comments
 (0)