Commit 58c335e41a19c556f1e26611359f0f951645cf8e
1 parent
994ca29d
Exists in
master
and in
1 other branch
new relic only for development - it have issues in production on heroku
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -17,7 +17,6 @@ gem 'inherited_resources' |
17 | 17 | gem 'SystemTimer', :platform => :ruby_18 |
18 | 18 | gem 'hoptoad_notifier', "~> 2.4" |
19 | 19 | gem 'actionmailer_inline_css', "~> 1.3.0" |
20 | -gem 'rpm_contrib', :git => "git://github.com/bensymonds/rpm_contrib.git", :branch => "mongo-1.4.0_update" | |
21 | 20 | gem 'kaminari' |
22 | 21 | |
23 | 22 | platform :ruby do |
... | ... | @@ -35,6 +34,7 @@ group :development, :test do |
35 | 34 | gem 'ruby-debug', :platform => :mri_18 |
36 | 35 | gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug' |
37 | 36 | end |
37 | + gem 'rpm_contrib', :git => "git://github.com/bensymonds/rpm_contrib.git", :branch => "mongo-1.4.0_update" | |
38 | 38 | end |
39 | 39 | |
40 | 40 | group :test do | ... | ... |