Skip to content

Commit

Permalink
Update to latest Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluies committed Oct 4, 2015
1 parent 930ba2a commit 9220ede
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org' source 'https://rubygems.org'


gem 'rails', '~> 4.0.0' gem 'rails', '~> 4.2.0'
gem 'sass-rails' gem 'sass-rails'
gem 'coffee-rails' gem 'coffee-rails'
gem 'uglifier' gem 'uglifier'
Expand Down
117 changes: 73 additions & 44 deletions Gemfile.lock
@@ -1,41 +1,52 @@
GEM GEM
remote: http://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ZenTest (4.11.0) ZenTest (4.11.0)
actionmailer (4.0.13) actionmailer (4.2.4)
actionpack (= 4.0.13) actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
actionpack (4.0.13) rails-dom-testing (~> 1.0, >= 1.0.5)
activesupport (= 4.0.13) actionpack (4.2.4)
builder (~> 3.1.0) actionview (= 4.2.4)
erubis (~> 2.7.0) activesupport (= 4.2.4)
rack (~> 1.5.2) rack (~> 1.6)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
activemodel (4.0.13) rails-dom-testing (~> 1.0, >= 1.0.5)
activesupport (= 4.0.13) rails-html-sanitizer (~> 1.0, >= 1.0.2)
builder (~> 3.1.0) actionview (4.2.4)
activerecord (4.0.13) activesupport (= 4.2.4)
activemodel (= 4.0.13) builder (~> 3.1)
activerecord-deprecated_finders (~> 1.0.2) erubis (~> 2.7.0)
activesupport (= 4.0.13) rails-dom-testing (~> 1.0, >= 1.0.5)
arel (~> 4.0.0) rails-html-sanitizer (~> 1.0, >= 1.0.2)
activerecord-deprecated_finders (1.0.4) activejob (4.2.4)
activesupport (4.0.13) activesupport (= 4.2.4)
i18n (~> 0.6, >= 0.6.9) globalid (>= 0.3.0)
minitest (~> 4.2) activemodel (4.2.4)
multi_json (~> 1.3) activesupport (= 4.2.4)
thread_safe (~> 0.1) builder (~> 3.1)
tzinfo (~> 0.3.37) activerecord (4.2.4)
activemodel (= 4.2.4)
activesupport (= 4.2.4)
arel (~> 6.0)
activesupport (4.2.4)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ansi (1.5.0) ansi (1.5.0)
arel (4.0.2) arel (6.0.3)
autotest (4.4.6) autotest (4.4.6)
ZenTest (>= 4.4.1) ZenTest (>= 4.4.1)
autotest-inotify (0.0.6) autotest-inotify (0.0.6)
autotest (>= 4.2.4) autotest (>= 4.2.4)
rb-inotify rb-inotify
autotest-rails-pure (4.1.2) autotest-rails-pure (4.1.2)
autotest-standalone (4.5.11) autotest-standalone (4.5.11)
builder (3.1.4) builder (3.2.2)
capistrano (3.4.0) capistrano (3.4.0)
i18n i18n
rake (>= 10.0.0) rake (>= 10.0.0)
Expand All @@ -53,39 +64,57 @@ GEM
execjs (2.6.0) execjs (2.6.0)
ffi (1.9.10) ffi (1.9.10)
geocoder (1.2.11) geocoder (1.2.11)
globalid (0.3.6)
activesupport (>= 4.1.0)
gmaps4rails (2.1.2) gmaps4rails (2.1.2)
http_accept_language (2.0.5) http_accept_language (2.0.5)
i18n (0.7.0) i18n (0.7.0)
jquery-rails (3.1.4) jquery-rails (4.0.5)
railties (>= 3.0, < 5.0) rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.3) json (1.8.3)
libv8 (3.16.14.11) libv8 (3.16.14.11)
lodash-rails (3.10.1) lodash-rails (3.10.1)
railties (>= 3.1) railties (>= 3.1)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.3) mail (2.6.3)
mime-types (>= 1.16, < 3) mime-types (>= 1.16, < 3)
mime-types (2.6.2) mime-types (2.6.2)
minitest (4.7.5) mini_portile (0.6.2)
multi_json (1.11.2) minitest (5.8.1)
net-scp (1.2.1) net-scp (1.2.1)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (3.0.1) net-ssh (3.0.1)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
power_assert (0.2.4) power_assert (0.2.4)
rack (1.5.5) rack (1.6.4)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.13) rails (4.2.4)
actionmailer (= 4.0.13) actionmailer (= 4.2.4)
actionpack (= 4.0.13) actionpack (= 4.2.4)
activerecord (= 4.0.13) actionview (= 4.2.4)
activesupport (= 4.0.13) activejob (= 4.2.4)
activemodel (= 4.2.4)
activerecord (= 4.2.4)
activesupport (= 4.2.4)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.13) railties (= 4.2.4)
sprockets-rails (~> 2.0) sprockets-rails
railties (4.0.13) rails-deprecated_sanitizer (1.0.3)
actionpack (= 4.0.13) activesupport (>= 4.2.0.alpha)
activesupport (= 4.0.13) rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
railties (4.2.4)
actionpack (= 4.2.4)
activesupport (= 4.2.4)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (10.4.2) rake (10.4.2)
Expand Down Expand Up @@ -139,10 +168,10 @@ GEM
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.1) tilt (2.0.1)
turn (0.9.7) turn (0.9.6)
ansi ansi
minitest (~> 4) tzinfo (1.2.2)
tzinfo (0.3.45) thread_safe (~> 0.1)
uglifier (2.7.2) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
Expand All @@ -161,7 +190,7 @@ DEPENDENCIES
http_accept_language http_accept_language
jquery-rails jquery-rails
lodash-rails lodash-rails
rails (~> 4.0.0) rails (~> 4.2.0)
rspec-rails rspec-rails
rvm rvm
sass-rails sass-rails
Expand Down

0 comments on commit 9220ede

Please sign in to comment.