mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 08:46:34 +01:00
Bump Rails to version 2.3.16
This commit is contained in:
parent
18af9d7a23
commit
6090121e77
2 changed files with 19 additions and 19 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@ source :gemcutter
|
||||||
source "http://gems.github.com/"
|
source "http://gems.github.com/"
|
||||||
|
|
||||||
gem "rake", "~>0.8.7"
|
gem "rake", "~>0.8.7"
|
||||||
gem "rails", "~>2.3.15"
|
gem "rails", "~>2.3"
|
||||||
gem "highline", "~>1.5.0"
|
gem "highline", "~>1.5.0"
|
||||||
gem "RedCloth", "4.2.8"
|
gem "RedCloth", "4.2.8"
|
||||||
gem "sanitize", "~>1.2.1"
|
gem "sanitize", "~>1.2.1"
|
||||||
|
|
|
||||||
36
Gemfile.lock
36
Gemfile.lock
|
|
@ -16,16 +16,16 @@ GEM
|
||||||
RedCloth (4.2.8)
|
RedCloth (4.2.8)
|
||||||
ZenTest (4.8.3)
|
ZenTest (4.8.3)
|
||||||
aasm (2.2.1)
|
aasm (2.2.1)
|
||||||
actionmailer (2.3.15)
|
actionmailer (2.3.16)
|
||||||
actionpack (= 2.3.15)
|
actionpack (= 2.3.16)
|
||||||
actionpack (2.3.15)
|
actionpack (2.3.16)
|
||||||
activesupport (= 2.3.15)
|
activesupport (= 2.3.16)
|
||||||
rack (~> 1.1.3)
|
rack (~> 1.1.0)
|
||||||
activerecord (2.3.15)
|
activerecord (2.3.16)
|
||||||
activesupport (= 2.3.15)
|
activesupport (= 2.3.16)
|
||||||
activeresource (2.3.15)
|
activeresource (2.3.16)
|
||||||
activesupport (= 2.3.15)
|
activesupport (= 2.3.16)
|
||||||
activesupport (2.3.15)
|
activesupport (2.3.16)
|
||||||
acts_as_list (0.1.4)
|
acts_as_list (0.1.4)
|
||||||
addressable (2.3.2)
|
addressable (2.3.2)
|
||||||
bcrypt-ruby (2.1.4)
|
bcrypt-ruby (2.1.4)
|
||||||
|
|
@ -85,15 +85,15 @@ GEM
|
||||||
mysql (2.9.0)
|
mysql (2.9.0)
|
||||||
nokogiri (1.4.7)
|
nokogiri (1.4.7)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
rack (1.1.4)
|
rack (1.1.5)
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (2.3.15)
|
rails (2.3.16)
|
||||||
actionmailer (= 2.3.15)
|
actionmailer (= 2.3.16)
|
||||||
actionpack (= 2.3.15)
|
actionpack (= 2.3.16)
|
||||||
activerecord (= 2.3.15)
|
activerecord (= 2.3.16)
|
||||||
activeresource (= 2.3.15)
|
activeresource (= 2.3.16)
|
||||||
activesupport (= 2.3.15)
|
activesupport (= 2.3.16)
|
||||||
rake (>= 0.8.3)
|
rake (>= 0.8.3)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
rbx-require-relative (0.0.9)
|
rbx-require-relative (0.0.9)
|
||||||
|
|
@ -160,7 +160,7 @@ DEPENDENCIES
|
||||||
mongrel
|
mongrel
|
||||||
mysql
|
mysql
|
||||||
rack (~> 1.1)
|
rack (~> 1.1)
|
||||||
rails (~> 2.3.15)
|
rails (~> 2.3)
|
||||||
rake (~> 0.8.7)
|
rake (~> 0.8.7)
|
||||||
rspec-rails (~> 1.3.3)
|
rspec-rails (~> 1.3.3)
|
||||||
ruby-debug
|
ruby-debug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue