mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
Bump Rails to 4.1.10
This commit is contained in:
parent
a51cfca9d6
commit
5718eac5c3
2 changed files with 33 additions and 33 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '~>4.1.8'
|
gem 'rails', '~>4.1.10'
|
||||||
gem 'sass-rails', '~>4.0'
|
gem 'sass-rails', '~>4.0'
|
||||||
gem 'coffee-rails', '~>4.0'
|
gem 'coffee-rails', '~>4.0'
|
||||||
|
|
||||||
|
|
|
||||||
64
Gemfile.lock
64
Gemfile.lock
|
|
@ -3,30 +3,30 @@ GEM
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.9)
|
RedCloth (4.2.9)
|
||||||
aasm (3.4.0)
|
aasm (3.4.0)
|
||||||
actionmailer (4.1.8)
|
actionmailer (4.1.10)
|
||||||
actionpack (= 4.1.8)
|
actionpack (= 4.1.10)
|
||||||
actionview (= 4.1.8)
|
actionview (= 4.1.10)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
actionpack (4.1.8)
|
actionpack (4.1.10)
|
||||||
actionview (= 4.1.8)
|
actionview (= 4.1.10)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.10)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
actionpack-xml_parser (1.0.1)
|
actionpack-xml_parser (1.0.1)
|
||||||
actionpack (>= 4.0.0.rc1)
|
actionpack (>= 4.0.0.rc1)
|
||||||
actionview (4.1.8)
|
actionview (4.1.10)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.10)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
activemodel (4.1.8)
|
activemodel (4.1.10)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.10)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.1.8)
|
activerecord (4.1.10)
|
||||||
activemodel (= 4.1.8)
|
activemodel (= 4.1.10)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.10)
|
||||||
arel (~> 5.0.0)
|
arel (~> 5.0.0)
|
||||||
activerecord-deprecated_finders (1.0.3)
|
activerecord-deprecated_finders (1.0.3)
|
||||||
activesupport (4.1.8)
|
activesupport (4.1.10)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
|
@ -91,21 +91,21 @@ GEM
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
htmlentities (4.3.3)
|
htmlentities (4.3.3)
|
||||||
i18n (0.6.11)
|
i18n (0.7.0)
|
||||||
jquery-rails (3.1.2)
|
jquery-rails (3.1.2)
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.8.1)
|
json (1.8.2)
|
||||||
libv8 (3.16.14.7)
|
libv8 (3.16.14.7)
|
||||||
mail (2.6.3)
|
mail (2.6.3)
|
||||||
mime-types (>= 1.16, < 3)
|
mime-types (>= 1.16, < 3)
|
||||||
metaclass (0.0.4)
|
metaclass (0.0.4)
|
||||||
mime-types (2.4.3)
|
mime-types (2.4.3)
|
||||||
mini_portile (0.6.1)
|
mini_portile (0.6.1)
|
||||||
minitest (5.5.0)
|
minitest (5.5.1)
|
||||||
mocha (1.1.0)
|
mocha (1.1.0)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
multi_json (1.10.1)
|
multi_json (1.11.0)
|
||||||
multi_test (0.1.1)
|
multi_test (0.1.1)
|
||||||
mysql2 (0.3.16)
|
mysql2 (0.3.16)
|
||||||
nokogiri (1.6.4)
|
nokogiri (1.6.4)
|
||||||
|
|
@ -117,23 +117,23 @@ GEM
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rack-mini-profiler (0.9.2)
|
rack-mini-profiler (0.9.2)
|
||||||
rack (>= 1.1.3)
|
rack (>= 1.1.3)
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.1.8)
|
rails (4.1.10)
|
||||||
actionmailer (= 4.1.8)
|
actionmailer (= 4.1.10)
|
||||||
actionpack (= 4.1.8)
|
actionpack (= 4.1.10)
|
||||||
actionview (= 4.1.8)
|
actionview (= 4.1.10)
|
||||||
activemodel (= 4.1.8)
|
activemodel (= 4.1.10)
|
||||||
activerecord (= 4.1.8)
|
activerecord (= 4.1.10)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.10)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.1.8)
|
railties (= 4.1.10)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
rails_autolink (1.1.6)
|
rails_autolink (1.1.6)
|
||||||
rails (> 3.1)
|
rails (> 3.1)
|
||||||
railties (4.1.8)
|
railties (4.1.10)
|
||||||
actionpack (= 4.1.8)
|
actionpack (= 4.1.10)
|
||||||
activesupport (= 4.1.8)
|
activesupport (= 4.1.10)
|
||||||
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)
|
||||||
|
|
@ -172,7 +172,7 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sprockets-rails (2.2.2)
|
sprockets-rails (2.2.4)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
|
|
@ -188,7 +188,7 @@ GEM
|
||||||
eventmachine (~> 1.0)
|
eventmachine (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
tolk (1.6.0)
|
tolk (1.6.0)
|
||||||
rails (>= 4.0, < 4.2)
|
rails (>= 4.0, < 4.2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue