Skip to content

Commit

Permalink
Merge pull request #52 from routific/update-json-version
Browse files Browse the repository at this point in the history
update json to 2.3.0
  • Loading branch information
xiaowei-routific authored Nov 13, 2020
2 parents 3d0d4e8 + c0d0b6f commit 156186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routific.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = 'routific'
s.version = '1.7.3'
s.version = '1.7.4'
s.date = '2019-11-26'
s.add_runtime_dependency('rest-client', '~> 2.0.1')
s.add_runtime_dependency('json', '~> 1.8')
s.add_runtime_dependency('json', '~> 2.3.0')
s.add_development_dependency('rspec', '~> 3.0')
s.add_development_dependency('faker', '>= 1.6.2')
s.add_development_dependency('dotenv', '~> 0.11')
Expand Down

0 comments on commit 156186c

Please sign in to comment.