active 4.2.8

This commit is contained in:
Alexander Khryukin 2017-06-24 17:28:11 +03:00
parent 5c196bacfc
commit 4c5162c4b5
1 changed files with 29 additions and 29 deletions

View File

@ -29,21 +29,21 @@ GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
actionmailer (5.1.1)
actionpack (= 5.1.1)
actionview (= 5.1.1)
activejob (= 5.1.1)
actionmailer (4.2.8)
actionpack (= 4.2.8)
actionview (= 4.2.8)
activejob (= 4.2.8)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (5.1.1)
actionview (= 5.1.1)
activesupport (= 5.1.1)
actionpack (4.2.8)
actionview (= 4.2.8)
activesupport (= 4.2.8)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.1)
activesupport (= 5.1.1)
actionview (4.2.8)
activesupport (= 4.2.8)
builder (~> 3.1)
erubis (~> 2.7.0)
erubi (~> 1.4)
@ -53,17 +53,17 @@ GEM
activejob (5.1.1)
activesupport (= 5.1.1)
activejob (4.2.8)
activesupport (= 4.2.8)
globalid (>= 0.3.6)
activemodel (5.1.1)
activesupport (= 5.1.1)
activemodel (4.2.8)
activesupport (= 4.2.8)
builder (~> 3.1)
activerecord (5.1.1)
activemodel (= 5.1.1)
activesupport (= 5.1.1)
activerecord (4.2.8)
activemodel (= 4.2.8)
activesupport (= 4.2.8)
arel (~> 8.0)
activesupport (5.1.1)
activesupport (4.2.8)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@ -312,16 +312,16 @@ GEM
rack (>= 1.0.0)
rack-utf8_sanitizer (1.3.2)
rack (>= 1.0, < 3.0)
rails (5.1.1)
actionmailer (= 5.1.1)
actionpack (= 5.1.1)
actionview (= 5.1.1)
activejob (= 5.1.1)
activemodel (= 5.1.1)
activerecord (= 5.1.1)
activesupport (= 5.1.1)
rails (4.2.8)
actionmailer (= 4.2.8)
actionpack (= 4.2.8)
actionview (= 4.2.8)
activejob (= 4.2.8)
activemodel (= 4.2.8)
activerecord (= 4.2.8)
activesupport (= 4.2.8)
bundler (>= 1.3.0, < 2.0)
railties (= 5.1.1)
railties (= 4.2.8)
sprockets-rails
rails-assets-notifyjs (0.4.2)
rails-deprecated_sanitizer (1.0.3)
@ -334,9 +334,9 @@ GEM
loofah (~> 2.0)
rails3-generators (1.0.0)
railties (>= 3.0.0)
railties (5.1.1)
actionpack (= 5.1.1)
activesupport (= 5.1.1)
railties (4.2.8)
actionpack (= 4.2.8)
activesupport (= 4.2.8)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.0.0)