Skip to content

Commit

Permalink
loosen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Gustavson committed Sep 10, 2014
1 parent d83c376 commit ea059cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grape-bugsnag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.0.0'

spec.add_dependency "grape", "~> 0.6.1"
spec.add_dependency "bugsnag", "~> 1.8.2"
spec.add_dependency "grape", "~> 0.6"
spec.add_dependency "bugsnag", ">= 1.8.2"
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 2.14.1"
Expand Down

0 comments on commit ea059cb

Please sign in to comment.