Commit e286972024905151fc8a6c3752dcc70d27da69f8

Authored by Nathan Broadbent
1 parent f5576dbc
Exists in master and in 1 other branch production

Reverted to using `gem 'rails', '~> 3.2.0'`, since all rails dependencies are in…

…stalled anyway (See https://github.com/errbit/errbit/pull/178#r805414)
Showing 2 changed files with 2 additions and 9 deletions   Show diff stats
Gemfile
1 1 source 'http://rubygems.org'
2 2  
3   -RAILS_VERSION = '~> 3.2.0'
4   -gem 'activesupport',RAILS_VERSION, :require => 'active_support'
5   -gem 'actionpack', RAILS_VERSION, :require => 'action_pack'
6   -gem 'actionmailer', RAILS_VERSION, :require => 'action_mailer'
7   -gem 'railties', RAILS_VERSION, :require => 'rails'
  3 +gem 'rails', '~> 3.2.0'
8 4  
9 5 gem 'nokogiri'
10 6 gem 'mongoid', '~> 2.2.2'
... ...
Gemfile.lock
... ... @@ -208,10 +208,7 @@ PLATFORMS
208 208  
209 209 DEPENDENCIES
210 210 SystemTimer
211   - actionmailer (~> 3.2.0)
212 211 actionmailer_inline_css (~> 1.3.0)
213   - actionpack (~> 3.2.0)
214   - activesupport (~> 3.2.0)
215 212 bson (= 1.3.1)
216 213 bson_ext (= 1.3.1)
217 214 database_cleaner (~> 0.6.0)
... ... @@ -232,7 +229,7 @@ DEPENDENCIES
232 229 oruen_redmine_client
233 230 pivotal-tracker
234 231 rack-ssl-enforcer
235   - railties (~> 3.2.0)
  232 + rails (~> 3.2.0)
236 233 ri_cal
237 234 rspec (~> 2.6)
238 235 rspec-rails (~> 2.6)
... ...