Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
update rails to 4.2.5.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Nov 1, 2015
1 parent cb23b19 commit 9a08a4b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'omniauth-oauth2', '1.3.1'
gem 'picasa'
gem 'pg'
gem 'pg_array_parser'
gem 'rails', '4.2.4'
gem 'rails', '4.2.5.rc1'
gem 'rambulance'
gem 'rake-guardian'
gem 'responders'
Expand Down
60 changes: 30 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@ GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
actionmailer (4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
actionmailer (4.2.5.rc1)
actionpack (= 4.2.5.rc1)
actionview (= 4.2.5.rc1)
activejob (= 4.2.5.rc1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.4)
actionview (= 4.2.4)
activesupport (= 4.2.4)
actionpack (4.2.5.rc1)
actionview (= 4.2.5.rc1)
activesupport (= 4.2.5.rc1)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.4)
activesupport (= 4.2.4)
actionview (4.2.5.rc1)
activesupport (= 4.2.5.rc1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active_decorator (0.5.3)
activejob (4.2.4)
activesupport (= 4.2.4)
activejob (4.2.5.rc1)
activesupport (= 4.2.5.rc1)
globalid (>= 0.3.0)
activemodel (4.2.4)
activesupport (= 4.2.4)
activemodel (4.2.5.rc1)
activesupport (= 4.2.5.rc1)
builder (~> 3.1)
activerecord (4.2.4)
activemodel (= 4.2.4)
activesupport (= 4.2.4)
activerecord (4.2.5.rc1)
activemodel (= 4.2.5.rc1)
activesupport (= 4.2.5.rc1)
arel (~> 6.0)
activesupport (4.2.4)
activesupport (4.2.5.rc1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -273,16 +273,16 @@ GEM
rack (>= 1.1.3)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.4)
actionmailer (= 4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
activemodel (= 4.2.4)
activerecord (= 4.2.4)
activesupport (= 4.2.4)
rails (4.2.5.rc1)
actionmailer (= 4.2.5.rc1)
actionpack (= 4.2.5.rc1)
actionview (= 4.2.5.rc1)
activejob (= 4.2.5.rc1)
activemodel (= 4.2.5.rc1)
activerecord (= 4.2.5.rc1)
activesupport (= 4.2.5.rc1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.4)
railties (= 4.2.5.rc1)
sprockets-rails
rails-assets-bootstrap-css (3.3.4)
rails-assets-bootstrap-tagsinput (0.5.0)
Expand Down Expand Up @@ -318,9 +318,9 @@ GEM
rails_stdout_logging
rails_serve_static_assets (0.0.4)
rails_stdout_logging (0.0.4)
railties (4.2.4)
actionpack (= 4.2.4)
activesupport (= 4.2.4)
railties (4.2.5.rc1)
actionpack (= 4.2.5.rc1)
activesupport (= 4.2.5.rc1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.15.0)
Expand Down Expand Up @@ -462,7 +462,7 @@ DEPENDENCIES
pry-rails
quiet_assets
rack-mini-profiler
rails (= 4.2.4)
rails (= 4.2.5.rc1)
rails-assets-bootstrap-css!
rails-assets-bootstrap-tagsinput!
rails-assets-fullcalendar!
Expand Down

0 comments on commit 9a08a4b

Please sign in to comment.