Skip to content

Commit

Permalink
Merge pull request #163 from markdingram/master
Browse files Browse the repository at this point in the history
JSON dependency version set to ~> 1.8
  • Loading branch information
jamtur01 authored Jan 13, 2017
2 parents ce7d9ef + 6569dbf commit 585fbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

s.add_dependency 'riemann-client', '>= 0.2.2'
s.add_dependency 'trollop', '>= 1.16.2'
s.add_dependency 'json'
s.add_dependency 'json', '~> 1.8'

s.files = FileList['lib/**/*', 'bin/*', 'LICENSE', 'README.markdown'].to_a
s.executables |= Dir.entries('bin/')
Expand Down

0 comments on commit 585fbb1

Please sign in to comment.