bundle update
This commit is contained in:
parent
68b9f6a974
commit
b314363ce3
1 changed files with 32 additions and 32 deletions
64
Gemfile.lock
64
Gemfile.lock
|
@ -22,12 +22,12 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
Ascii85 (1.0.2)
|
Ascii85 (1.0.2)
|
||||||
actionmailer (3.2.14)
|
actionmailer (3.2.15)
|
||||||
actionpack (= 3.2.14)
|
actionpack (= 3.2.15)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (3.2.14)
|
actionpack (3.2.15)
|
||||||
activemodel (= 3.2.14)
|
activemodel (= 3.2.15)
|
||||||
activesupport (= 3.2.14)
|
activesupport (= 3.2.15)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
journey (~> 1.0.4)
|
journey (~> 1.0.4)
|
||||||
|
@ -35,18 +35,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.14)
|
activemodel (3.2.15)
|
||||||
activesupport (= 3.2.14)
|
activesupport (= 3.2.15)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
activerecord (3.2.14)
|
activerecord (3.2.15)
|
||||||
activemodel (= 3.2.14)
|
activemodel (= 3.2.15)
|
||||||
activesupport (= 3.2.14)
|
activesupport (= 3.2.15)
|
||||||
arel (~> 3.0.2)
|
arel (~> 3.0.2)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activeresource (3.2.14)
|
activeresource (3.2.15)
|
||||||
activemodel (= 3.2.14)
|
activemodel (= 3.2.15)
|
||||||
activesupport (= 3.2.14)
|
activesupport (= 3.2.15)
|
||||||
activesupport (3.2.14)
|
activesupport (3.2.15)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
acts_as_tree (1.4.0)
|
acts_as_tree (1.4.0)
|
||||||
|
@ -123,7 +123,7 @@ GEM
|
||||||
actionpack (>= 3.2, < 5)
|
actionpack (>= 3.2, < 5)
|
||||||
activesupport (>= 3.2, < 5)
|
activesupport (>= 3.2, < 5)
|
||||||
hashery (2.1.1)
|
hashery (2.1.1)
|
||||||
highline (1.6.19)
|
highline (1.6.20)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
i18n (0.6.5)
|
i18n (0.6.5)
|
||||||
i18n-spec (0.4.0)
|
i18n-spec (0.4.0)
|
||||||
|
@ -137,7 +137,7 @@ GEM
|
||||||
jquery-rails (3.0.4)
|
jquery-rails (3.0.4)
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.8.0)
|
json (1.8.1)
|
||||||
kaminari (0.14.1)
|
kaminari (0.14.1)
|
||||||
actionpack (>= 3.0.0)
|
actionpack (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
@ -165,9 +165,9 @@ GEM
|
||||||
activesupport (~> 3.1)
|
activesupport (~> 3.1)
|
||||||
polyamorous (~> 0.5.0)
|
polyamorous (~> 0.5.0)
|
||||||
mime-types (1.25)
|
mime-types (1.25)
|
||||||
mini_portile (0.5.1)
|
mini_portile (0.5.2)
|
||||||
mono_logger (1.1.0)
|
mono_logger (1.1.0)
|
||||||
multi_json (1.8.1)
|
multi_json (1.8.2)
|
||||||
mysql2 (0.3.13)
|
mysql2 (0.3.13)
|
||||||
net-scp (1.1.2)
|
net-scp (1.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
|
@ -195,20 +195,20 @@ GEM
|
||||||
rack (1.4.5)
|
rack (1.4.5)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-protection (1.5.0)
|
rack-protection (1.5.1)
|
||||||
rack
|
rack
|
||||||
rack-ssl (1.3.3)
|
rack-ssl (1.3.3)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.2.14)
|
rails (3.2.15)
|
||||||
actionmailer (= 3.2.14)
|
actionmailer (= 3.2.15)
|
||||||
actionpack (= 3.2.14)
|
actionpack (= 3.2.15)
|
||||||
activerecord (= 3.2.14)
|
activerecord (= 3.2.15)
|
||||||
activeresource (= 3.2.14)
|
activeresource (= 3.2.15)
|
||||||
activesupport (= 3.2.14)
|
activesupport (= 3.2.15)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.14)
|
railties (= 3.2.15)
|
||||||
rails-assets-listjs (0.2.0.beta.4)
|
rails-assets-listjs (0.2.0.beta.4)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
rails-i18n (3.0.0)
|
rails-i18n (3.0.0)
|
||||||
|
@ -216,9 +216,9 @@ GEM
|
||||||
rails (>= 3.0.0, < 4.0.0)
|
rails (>= 3.0.0, < 4.0.0)
|
||||||
rails-settings-cached (0.2.4)
|
rails-settings-cached (0.2.4)
|
||||||
rails (>= 3.0.0)
|
rails (>= 3.0.0)
|
||||||
railties (3.2.14)
|
railties (3.2.15)
|
||||||
actionpack (= 3.2.14)
|
actionpack (= 3.2.15)
|
||||||
activesupport (= 3.2.14)
|
activesupport (= 3.2.15)
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
|
@ -238,10 +238,10 @@ GEM
|
||||||
redis-namespace (~> 1.2)
|
redis-namespace (~> 1.2)
|
||||||
sinatra (>= 0.9.2)
|
sinatra (>= 0.9.2)
|
||||||
vegas (~> 0.1.2)
|
vegas (~> 0.1.2)
|
||||||
rspec-core (2.14.5)
|
rspec-core (2.14.6)
|
||||||
rspec-expectations (2.14.3)
|
rspec-expectations (2.14.3)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-mocks (2.14.3)
|
rspec-mocks (2.14.4)
|
||||||
rspec-rails (2.14.0)
|
rspec-rails (2.14.0)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
|
@ -276,7 +276,7 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
simplecov-html (~> 0.7.1)
|
simplecov-html (~> 0.7.1)
|
||||||
simplecov-html (0.7.1)
|
simplecov-html (0.7.1)
|
||||||
sinatra (1.4.3)
|
sinatra (1.4.4)
|
||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (~> 1.3, >= 1.3.4)
|
tilt (~> 1.3, >= 1.3.4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue