Skip to content

Commit

Permalink
Update rails dependency to version 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 18, 2011
1 parent 8ac2d12 commit 37d633e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gemspec
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'rails', '~> 3.0.6.rc2'
gem 'rails', '~> 3.0.7'

if 'java' == RUBY_PLATFORM
case ENV['CI_DB_ADAPTER']
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy_app/Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '~> 3.0.6'
gem 'rails', '~> 3.0.7'
gem 'devise', '~> 1.1'
gem 'paperclip', '~> 2.3'
gem 'rails_admin', :path => '../../'
Expand Down
50 changes: 25 additions & 25 deletions spec/dummy_app/Gemfile.lock
Expand Up @@ -9,32 +9,32 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.6)
actionpack (= 3.0.6)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.6)
activesupport (= 3.0.6)
activemodel (3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
activesupport (3.0.6)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
addressable (2.2.5)
arel (2.0.9)
bcrypt-ruby (2.1.4)
Expand Down Expand Up @@ -75,17 +75,17 @@ GEM
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.6)
actionmailer (= 3.0.6)
actionpack (= 3.0.6)
activerecord (= 3.0.6)
activeresource (= 3.0.6)
activesupport (= 3.0.6)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
bundler (~> 1.0)
railties (= 3.0.6)
railties (3.0.6)
actionpack (= 3.0.6)
activesupport (= 3.0.6)
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
Expand All @@ -105,6 +105,6 @@ DEPENDENCIES
devise (~> 1.1)
mlb
paperclip (~> 2.3)
rails (~> 3.0.6)
rails (~> 3.0.7)
rails_admin!
sqlite3 (~> 1.3)

0 comments on commit 37d633e

Please sign in to comment.