mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-02 06:01:47 +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/"
|
||||
|
||||
gem "rake", "~>0.8.7"
|
||||
gem "rails", "~>2.3.15"
|
||||
gem "rails", "~>2.3"
|
||||
gem "highline", "~>1.5.0"
|
||||
gem "RedCloth", "4.2.8"
|
||||
gem "sanitize", "~>1.2.1"
|
||||
|
|
|
|||
36
Gemfile.lock
36
Gemfile.lock
|
|
@ -16,16 +16,16 @@ GEM
|
|||
RedCloth (4.2.8)
|
||||
ZenTest (4.8.3)
|
||||
aasm (2.2.1)
|
||||
actionmailer (2.3.15)
|
||||
actionpack (= 2.3.15)
|
||||
actionpack (2.3.15)
|
||||
activesupport (= 2.3.15)
|
||||
rack (~> 1.1.3)
|
||||
activerecord (2.3.15)
|
||||
activesupport (= 2.3.15)
|
||||
activeresource (2.3.15)
|
||||
activesupport (= 2.3.15)
|
||||
activesupport (2.3.15)
|
||||
actionmailer (2.3.16)
|
||||
actionpack (= 2.3.16)
|
||||
actionpack (2.3.16)
|
||||
activesupport (= 2.3.16)
|
||||
rack (~> 1.1.0)
|
||||
activerecord (2.3.16)
|
||||
activesupport (= 2.3.16)
|
||||
activeresource (2.3.16)
|
||||
activesupport (= 2.3.16)
|
||||
activesupport (2.3.16)
|
||||
acts_as_list (0.1.4)
|
||||
addressable (2.3.2)
|
||||
bcrypt-ruby (2.1.4)
|
||||
|
|
@ -85,15 +85,15 @@ GEM
|
|||
mysql (2.9.0)
|
||||
nokogiri (1.4.7)
|
||||
polyglot (0.3.3)
|
||||
rack (1.1.4)
|
||||
rack (1.1.5)
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (2.3.15)
|
||||
actionmailer (= 2.3.15)
|
||||
actionpack (= 2.3.15)
|
||||
activerecord (= 2.3.15)
|
||||
activeresource (= 2.3.15)
|
||||
activesupport (= 2.3.15)
|
||||
rails (2.3.16)
|
||||
actionmailer (= 2.3.16)
|
||||
actionpack (= 2.3.16)
|
||||
activerecord (= 2.3.16)
|
||||
activeresource (= 2.3.16)
|
||||
activesupport (= 2.3.16)
|
||||
rake (>= 0.8.3)
|
||||
rake (0.8.7)
|
||||
rbx-require-relative (0.0.9)
|
||||
|
|
@ -160,7 +160,7 @@ DEPENDENCIES
|
|||
mongrel
|
||||
mysql
|
||||
rack (~> 1.1)
|
||||
rails (~> 2.3.15)
|
||||
rails (~> 2.3)
|
||||
rake (~> 0.8.7)
|
||||
rspec-rails (~> 1.3.3)
|
||||
ruby-debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue