mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
UPDATE: latest version of Rails
This commit is contained in:
parent
0a26a12461
commit
ad95a8d8f3
1 changed files with 20 additions and 20 deletions
40
Gemfile.lock
40
Gemfile.lock
|
@ -11,11 +11,11 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.0.2)
|
actionmailer (4.0.3)
|
||||||
actionpack (= 4.0.2)
|
actionpack (= 4.0.3)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (4.0.2)
|
actionpack (4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
|
@ -24,16 +24,16 @@ GEM
|
||||||
actionpack (>= 4.0.0, < 5.0)
|
actionpack (>= 4.0.0, < 5.0)
|
||||||
active_model_serializers (0.8.1)
|
active_model_serializers (0.8.1)
|
||||||
activemodel (>= 3.0)
|
activemodel (>= 3.0)
|
||||||
activemodel (4.0.2)
|
activemodel (4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
activerecord (4.0.2)
|
activerecord (4.0.3)
|
||||||
activemodel (= 4.0.2)
|
activemodel (= 4.0.3)
|
||||||
activerecord-deprecated_finders (~> 1.0.2)
|
activerecord-deprecated_finders (~> 1.0.2)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
arel (~> 4.0.0)
|
arel (~> 4.0.0)
|
||||||
activerecord-deprecated_finders (1.0.3)
|
activerecord-deprecated_finders (1.0.3)
|
||||||
activesupport (4.0.2)
|
activesupport (4.0.3)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
minitest (~> 4.2)
|
minitest (~> 4.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
@ -241,19 +241,19 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.0.2)
|
rails (4.0.3)
|
||||||
actionmailer (= 4.0.2)
|
actionmailer (= 4.0.3)
|
||||||
actionpack (= 4.0.2)
|
actionpack (= 4.0.3)
|
||||||
activerecord (= 4.0.2)
|
activerecord (= 4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.0.2)
|
railties (= 4.0.3)
|
||||||
sprockets-rails (~> 2.0.0)
|
sprockets-rails (~> 2.0.0)
|
||||||
rails-observers (0.1.2)
|
rails-observers (0.1.2)
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
railties (4.0.2)
|
railties (4.0.3)
|
||||||
actionpack (= 4.0.2)
|
actionpack (= 4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
raindrops (0.12.0)
|
raindrops (0.12.0)
|
||||||
|
@ -342,7 +342,7 @@ GEM
|
||||||
spork-rails (4.0.0)
|
spork-rails (4.0.0)
|
||||||
rails (>= 3.0.0, < 5)
|
rails (>= 3.0.0, < 5)
|
||||||
spork (>= 1.0rc0)
|
spork (>= 1.0rc0)
|
||||||
sprockets (2.10.1)
|
sprockets (2.11.0)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
|
|
Loading…
Reference in a new issue