Skip to content

Commit

Permalink
Update Rails 4 Gemfile
Browse files Browse the repository at this point in the history
Use the beta1 gem now that it is released.
  • Loading branch information
blowmage committed Mar 8, 2013
1 parent 9b2969d commit 858ce56
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 32 deletions.
2 changes: 1 addition & 1 deletion gemfiles/4.0.gemfile
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "rails", github: "rails/rails" # Set to master until we get a release
gem "rails", "4.0.0.beta1"
gem "rdoc", "~> 3.10"
gem "hoe", "~> 3.0"
gem "fakefs", "~> 0.4"
Expand Down
57 changes: 26 additions & 31 deletions gemfiles/4.0.gemfile.lock
@@ -1,6 +1,12 @@
GIT
remote: git://github.com/rails/rails.git
revision: e3c56ad9139ca98f2a538566b2810f278b32c375
PATH
remote: /Users/blowmage/codez/minitest-rails
specs:
minitest-rails (0.5.2.20130308152823)
minitest (~> 4.0)
rails (>= 3.0)

GEM
remote: http://rubygems.org/
specs:
actionmailer (4.0.0.beta1)
actionpack (= 4.0.0.beta1)
Expand All @@ -19,38 +25,13 @@ GIT
activerecord-deprecated_finders (~> 0.0.3)
activesupport (= 4.0.0.beta1)
arel (~> 4.0.0.beta1)
activerecord-deprecated_finders (0.0.3)
activesupport (4.0.0.beta1)
i18n (~> 0.6, >= 0.6.4)
i18n (~> 0.6.2)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.33)
rails (4.0.0.beta1)
actionmailer (= 4.0.0.beta1)
actionpack (= 4.0.0.beta1)
activerecord (= 4.0.0.beta1)
activesupport (= 4.0.0.beta1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0.beta1)
sprockets-rails (~> 2.0.0.rc3)
railties (4.0.0.beta1)
actionpack (= 4.0.0.beta1)
activesupport (= 4.0.0.beta1)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.17.0, < 2.0)

PATH
remote: /Users/blowmage/codez/minitest-rails
specs:
minitest-rails (0.5.2.20130308152823)
minitest (~> 4.0)
rails (>= 3.0)

GEM
remote: http://rubygems.org/
specs:
activerecord-deprecated_finders (0.0.3)
arel (4.0.0.beta1)
atomic (1.0.1)
builder (3.1.4)
Expand All @@ -72,6 +53,20 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.0.beta1)
actionmailer (= 4.0.0.beta1)
actionpack (= 4.0.0.beta1)
activerecord (= 4.0.0.beta1)
activesupport (= 4.0.0.beta1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0.beta1)
sprockets-rails (~> 2.0.0.rc3)
railties (4.0.0.beta1)
actionpack (= 4.0.0.beta1)
activesupport (= 4.0.0.beta1)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.17.0, < 2.0)
rake (10.0.3)
rdoc (3.12.2)
json (~> 1.4)
Expand Down Expand Up @@ -100,5 +95,5 @@ DEPENDENCIES
fakefs (~> 0.4)
hoe (~> 3.0)
minitest-rails!
rails!
rails (= 4.0.0.beta1)
rdoc (~> 3.10)

0 comments on commit 858ce56

Please sign in to comment.