Skip to content

Commit

Permalink
Merge ea059cb into d83c376
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Robichaud committed May 21, 2015
2 parents d83c376 + ea059cb commit 5a4febc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grape-bugsnag.gemspec
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 5a4febc

Please sign in to comment.