Upgraded to Rails 3.2.20; Rebuilt Gemfile.lock file
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
#don't upgrade
|
#don't upgrade
|
||||||
gem 'rails', '3.2.19'
|
gem 'rails', '3.2.20'
|
||||||
|
|
||||||
ruby '2.1.3'
|
ruby '2.1.3'
|
||||||
|
|
||||||
|
|||||||
+27
-142
@@ -1,12 +1,12 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.19)
|
actionmailer (3.2.20)
|
||||||
actionpack (= 3.2.19)
|
actionpack (= 3.2.20)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (3.2.19)
|
actionpack (3.2.20)
|
||||||
activemodel (= 3.2.19)
|
activemodel (= 3.2.20)
|
||||||
activesupport (= 3.2.19)
|
activesupport (= 3.2.20)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
journey (~> 1.0.4)
|
journey (~> 1.0.4)
|
||||||
@@ -14,18 +14,18 @@ GEM
|
|||||||
rack-cache (~> 1.2)
|
rack-cache (~> 1.2)
|
||||||
rack-test (~> 0.6.1)
|
rack-test (~> 0.6.1)
|
||||||
sprockets (~> 2.2.1)
|
sprockets (~> 2.2.1)
|
||||||
activemodel (3.2.19)
|
activemodel (3.2.20)
|
||||||
activesupport (= 3.2.19)
|
activesupport (= 3.2.20)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
activerecord (3.2.19)
|
activerecord (3.2.20)
|
||||||
activemodel (= 3.2.19)
|
activemodel (= 3.2.20)
|
||||||
activesupport (= 3.2.19)
|
activesupport (= 3.2.20)
|
||||||
arel (~> 3.0.2)
|
arel (~> 3.0.2)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activeresource (3.2.19)
|
activeresource (3.2.20)
|
||||||
activemodel (= 3.2.19)
|
activemodel (= 3.2.20)
|
||||||
activesupport (= 3.2.19)
|
activesupport (= 3.2.20)
|
||||||
activesupport (3.2.19)
|
activesupport (3.2.20)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
addressable (2.3.6)
|
addressable (2.3.6)
|
||||||
@@ -176,7 +176,7 @@ GEM
|
|||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
websocket-driver (>= 0.2.0)
|
websocket-driver (>= 0.2.0)
|
||||||
polyglot (0.3.5)
|
polyglot (0.3.5)
|
||||||
powder (0.2.2)
|
powder (0.3.0)
|
||||||
thor (>= 0.11.5)
|
thor (>= 0.11.5)
|
||||||
pry (0.10.1)
|
pry (0.10.1)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
@@ -193,17 +193,17 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.2.19)
|
rails (3.2.20)
|
||||||
actionmailer (= 3.2.19)
|
actionmailer (= 3.2.20)
|
||||||
actionpack (= 3.2.19)
|
actionpack (= 3.2.20)
|
||||||
activerecord (= 3.2.19)
|
activerecord (= 3.2.20)
|
||||||
activeresource (= 3.2.19)
|
activeresource (= 3.2.20)
|
||||||
activesupport (= 3.2.19)
|
activesupport (= 3.2.20)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.19)
|
railties (= 3.2.20)
|
||||||
railties (3.2.19)
|
railties (3.2.20)
|
||||||
actionpack (= 3.2.19)
|
actionpack (= 3.2.20)
|
||||||
activesupport (= 3.2.19)
|
activesupport (= 3.2.20)
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
@@ -259,7 +259,7 @@ GEM
|
|||||||
temple (~> 0.6.9)
|
temple (~> 0.6.9)
|
||||||
tilt (>= 1.3.3, < 2.1)
|
tilt (>= 1.3.3, < 2.1)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
sprockets (2.2.2)
|
sprockets (2.2.3)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
@@ -282,121 +282,6 @@ GEM
|
|||||||
json
|
json
|
||||||
treetop (1.4.15)
|
treetop (1.4.15)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
trollop (2.0)
|
trollop (2.0)
|
||||||
tzinfo (0.3.42)
|
tzinfo (0.3.42)
|
||||||
@@ -440,7 +325,7 @@ DEPENDENCIES
|
|||||||
powder
|
powder
|
||||||
pry
|
pry
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 3.2.19)
|
rails (= 3.2.20)
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rspec-rails (= 2.14.2)
|
rspec-rails (= 2.14.2)
|
||||||
sass-rails
|
sass-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user