Skip to content

Commit

Permalink
Merge pull request #19 from xing/update-json
Browse files Browse the repository at this point in the history
Update json gem
  • Loading branch information
JTabel authored Oct 15, 2020
2 parents 3f8c5f2 + 9f2ec85 commit a562b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpm-fry.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'fpm-fry'
gem.version = '0.4.3'
gem.version = '0.4.4'
gem.date = Time.now.strftime("%Y-%m-%d")

gem.summary = "FPM Fry"
Expand All @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'excon', '~> 0.71.0'
gem.add_dependency 'fpm', '~> 1.0'
gem.add_dependency 'json', '~> 1.8'
gem.add_dependency 'json', '>= 2.3.0'

gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'rspec', '~> 3.0', '>= 3.0.0'
Expand Down

0 comments on commit a562b9f

Please sign in to comment.