Skip to content

Commit

Permalink
Correct sentry-raven gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Oct 3, 2012
1 parent 021489e commit d33ccd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "rails", "~> 3.0.15"
gem "raven", :path => "../"
gem "sentry-raven", :path => "../"

gemspec :path => "../"
4 changes: 2 additions & 2 deletions gemfiles/3.1.gemfile
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "rails", "~> 3.1.6"
gem "raven", :path=>"../"
gem "sentry-raven", :path => "../"

gemspec :path=>"../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "rails", "~> 3.2.6"
gem "raven", :path => "../"
gem "sentry-raven", :path => "../"

gemspec :path => "../"

0 comments on commit d33ccd0

Please sign in to comment.