Skip to content

Commit

Permalink
Changed branch of rails to include ActionController::Live module
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom Mahoney committed Aug 1, 2012
1 parent 094662a commit 844dcbd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', github: 'rails/rails', branch: 'async'
gem 'rails', github: 'rails/rails', branch: 'master'
gem 'journey', github: 'rails/journey'
gem 'arel', github: 'rails/arel'
gem 'active_record_deprecated_finders', github: 'rails/active_record_deprecated_finders'
Expand Down
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,9 @@ GIT
journey (2.0.0.20120723141804)

GIT
remote: git://github.com/rails/sass-rails.git
revision: 9b60259818a0c5d929d2c6c6e6beb63b4517d972
specs:
sass-rails (4.0.0.beta)
railties (>= 4.0.0.beta, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 1.0)
tilt (~> 1.3)

GIT
remote: git://github.com/rails/sprockets-rails.git
revision: f688130db8d2c8565b2b913cdcdf391aa810f793
specs:
sprockets-rails (1.0.0)
railties (>= 4.0.0.beta, < 5.0)
sprockets (~> 2.4.3)

PATH
remote: /Users/aaron/git/rails
remote: git://github.com/rails/rails.git
revision: 3d55957c3d024e592f847b1128e939038f3588a7
branch: master
specs:
actionmailer (4.0.0.beta)
actionpack (= 4.0.0.beta)
Expand Down Expand Up @@ -84,6 +68,24 @@ PATH
rdoc (~> 3.4)
thor (>= 0.15.4, < 2.0)

GIT
remote: git://github.com/rails/sass-rails.git
revision: 9b60259818a0c5d929d2c6c6e6beb63b4517d972
specs:
sass-rails (4.0.0.beta)
railties (>= 4.0.0.beta, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 1.0)
tilt (~> 1.3)

GIT
remote: git://github.com/rails/sprockets-rails.git
revision: f688130db8d2c8565b2b913cdcdf391aa810f793
specs:
sprockets-rails (1.0.0)
railties (>= 4.0.0.beta, < 5.0)
sprockets (~> 2.4.3)

GEM
remote: https://rubygems.org/
specs:
Expand Down

0 comments on commit 844dcbd

Please sign in to comment.