mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update rails to version 5.0.7
This commit is contained in:
parent
e44cd8b381
commit
4562e6765e
1 changed files with 35 additions and 35 deletions
70
Gemfile.lock
70
Gemfile.lock
|
|
@ -12,43 +12,43 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
remote: https://rails-assets.org/
|
remote: https://rails-assets.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.0.5)
|
actioncable (5.0.7)
|
||||||
actionpack (= 5.0.5)
|
actionpack (= 5.0.7)
|
||||||
nio4r (>= 1.2, < 3.0)
|
nio4r (>= 1.2, < 3.0)
|
||||||
websocket-driver (~> 0.6.1)
|
websocket-driver (~> 0.6.1)
|
||||||
actionmailer (5.0.5)
|
actionmailer (5.0.7)
|
||||||
actionpack (= 5.0.5)
|
actionpack (= 5.0.7)
|
||||||
actionview (= 5.0.5)
|
actionview (= 5.0.7)
|
||||||
activejob (= 5.0.5)
|
activejob (= 5.0.7)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.0.5)
|
actionpack (5.0.7)
|
||||||
actionview (= 5.0.5)
|
actionview (= 5.0.7)
|
||||||
activesupport (= 5.0.5)
|
activesupport (= 5.0.7)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
rack-test (~> 0.6.3)
|
rack-test (~> 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (5.0.5)
|
actionview (5.0.7)
|
||||||
activesupport (= 5.0.5)
|
activesupport (= 5.0.7)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
active_model_serializers (0.9.4)
|
active_model_serializers (0.9.4)
|
||||||
activemodel (>= 3.2)
|
activemodel (>= 3.2)
|
||||||
activejob (5.0.5)
|
activejob (5.0.7)
|
||||||
activesupport (= 5.0.5)
|
activesupport (= 5.0.7)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.0.5)
|
activemodel (5.0.7)
|
||||||
activesupport (= 5.0.5)
|
activesupport (= 5.0.7)
|
||||||
activerecord (5.0.5)
|
activerecord (5.0.7)
|
||||||
activemodel (= 5.0.5)
|
activemodel (= 5.0.7)
|
||||||
activesupport (= 5.0.5)
|
activesupport (= 5.0.7)
|
||||||
arel (~> 7.0)
|
arel (~> 7.0)
|
||||||
activesupport (5.0.5)
|
activesupport (5.0.7)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (~> 0.7)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
acts_as_commentable_with_threading (1.2.0)
|
acts_as_commentable_with_threading (1.2.0)
|
||||||
|
|
@ -372,17 +372,17 @@ GEM
|
||||||
ruby-openid (>= 2.1.8)
|
ruby-openid (>= 2.1.8)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (5.0.5)
|
rails (5.0.7)
|
||||||
actioncable (= 5.0.5)
|
actioncable (= 5.0.7)
|
||||||
actionmailer (= 5.0.5)
|
actionmailer (= 5.0.7)
|
||||||
actionpack (= 5.0.5)
|
actionpack (= 5.0.7)
|
||||||
actionview (= 5.0.5)
|
actionview (= 5.0.7)
|
||||||
activejob (= 5.0.5)
|
activejob (= 5.0.7)
|
||||||
activemodel (= 5.0.5)
|
activemodel (= 5.0.7)
|
||||||
activerecord (= 5.0.5)
|
activerecord (= 5.0.7)
|
||||||
activesupport (= 5.0.5)
|
activesupport (= 5.0.7)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.0.5)
|
railties (= 5.0.7)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-assets-bootstrap (3.3.6)
|
rails-assets-bootstrap (3.3.6)
|
||||||
rails-assets-jquery (>= 1.9.1, < 3)
|
rails-assets-jquery (>= 1.9.1, < 3)
|
||||||
|
|
@ -420,9 +420,9 @@ GEM
|
||||||
rails_stdout_logging
|
rails_stdout_logging
|
||||||
rails_serve_static_assets (0.0.4)
|
rails_serve_static_assets (0.0.4)
|
||||||
rails_stdout_logging (0.0.3)
|
rails_stdout_logging (0.0.3)
|
||||||
railties (5.0.5)
|
railties (5.0.7)
|
||||||
actionpack (= 5.0.5)
|
actionpack (= 5.0.7)
|
||||||
activesupport (= 5.0.5)
|
activesupport (= 5.0.7)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
|
|
@ -566,9 +566,9 @@ GEM
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff
|
hashdiff
|
||||||
websocket-driver (0.6.3)
|
websocket-driver (0.6.5)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.2)
|
websocket-extensions (0.1.3)
|
||||||
whenever (0.9.2)
|
whenever (0.9.2)
|
||||||
activesupport (>= 2.3.4)
|
activesupport (>= 2.3.4)
|
||||||
chronic (>= 0.6.3)
|
chronic (>= 0.6.3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue