Skip to content

Commit

Permalink
Update json gem
Browse files Browse the repository at this point in the history
  • Loading branch information
JTabel committed Oct 15, 2020
1 parent 3f8c5f2 commit 9f2ec85
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 9f2ec85

Please sign in to comment.