Commit e2f12c352f37312314de8a30eb748bb07ecc0e22
1 parent
7aa332b4
Exists in
master
and in
1 other branch
rpm_contrib - mongo 1.4 compatible version added
Showing
2 changed files
with
11 additions
and
6 deletions
Show diff stats
Gemfile
... | ... | @@ -18,8 +18,7 @@ gem 'inherited_resources' |
18 | 18 | gem 'SystemTimer', :platform => :ruby_18 |
19 | 19 | gem 'hoptoad_notifier', "~> 2.4" |
20 | 20 | gem 'actionmailer_inline_css', "~> 1.3.0" |
21 | -gem 'rpm_contrib' | |
22 | -gem 'newrelic_rpm' | |
21 | +gem 'rpm_contrib', :git => "git://github.com/bensymonds/rpm_contrib.git", :branch => "mongo-1.4.0_update" | |
23 | 22 | gem 'kaminari' |
24 | 23 | |
25 | 24 | platform :ruby do | ... | ... |
Gemfile.lock
1 | +GIT | |
2 | + remote: git://github.com/bensymonds/rpm_contrib.git | |
3 | + revision: 84ee78da6d0f154468d47c9e1e6597997e157291 | |
4 | + branch: mongo-1.4.0_update | |
5 | + specs: | |
6 | + rpm_contrib (2.1.6.beta1) | |
7 | + newrelic_rpm (>= 3.1.1) | |
8 | + newrelic_rpm (>= 3.1.1) | |
9 | + | |
1 | 10 | GEM |
2 | 11 | remote: http://rubygems.org/ |
3 | 12 | specs: |
... | ... | @@ -159,8 +168,6 @@ GEM |
159 | 168 | rest-client (1.6.7) |
160 | 169 | mime-types (>= 1.16) |
161 | 170 | ri_cal (0.8.8) |
162 | - rpm_contrib (2.1.4) | |
163 | - newrelic_rpm (>= 3.1.1) | |
164 | 171 | rspec (2.6.0) |
165 | 172 | rspec-core (~> 2.6.0) |
166 | 173 | rspec-expectations (~> 2.6.0) |
... | ... | @@ -232,14 +239,13 @@ DEPENDENCIES |
232 | 239 | lighthouse-api |
233 | 240 | mongoid (= 2.1.2) |
234 | 241 | mongoid_rails_migrations |
235 | - newrelic_rpm | |
236 | 242 | nokogiri |
237 | 243 | octokit |
238 | 244 | oruen_redmine_client |
239 | 245 | pivotal-tracker |
240 | 246 | rails (= 3.0.10) |
241 | 247 | ri_cal |
242 | - rpm_contrib | |
248 | + rpm_contrib! | |
243 | 249 | rspec (~> 2.6) |
244 | 250 | rspec-rails (~> 2.6) |
245 | 251 | ruby-debug | ... | ... |