Skip to content

Commit

Permalink
[Security] Bump railties from 5.2.2 to 5.2.3 (#1307)
Browse files Browse the repository at this point in the history
Bumps [railties](https://github.com/rails/rails) from 5.2.2 to 5.2.3. **This update includes security fixes.**
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v5.2.3/railties/CHANGELOG.md)
- [Commits](rails/rails@v5.2.2...v5.2.3)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nickcharlton committed Apr 19, 2019
1 parent d25be18 commit 8bc80cf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 27 deletions.
58 changes: 31 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
administrate (0.11.0)
actionpack (>= 4.2, < 6.0)
actionview (>= 4.2, < 6.0)
activejob (>= 4.2, < 6.0)
activerecord (>= 4.2, < 6.0)
autoprefixer-rails (>= 6.0)
datetime_picker_rails (~> 0.0.7)
Expand All @@ -16,26 +17,29 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (5.2.2)
actionview (= 5.2.2)
activesupport (= 5.2.2)
actionpack (5.2.3)
actionview (= 5.2.3)
activesupport (= 5.2.3)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.2)
activesupport (= 5.2.2)
actionview (5.2.3)
activesupport (= 5.2.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activemodel (5.2.2)
activesupport (= 5.2.2)
activerecord (5.2.2)
activemodel (= 5.2.2)
activesupport (= 5.2.2)
activejob (5.2.3)
activesupport (= 5.2.3)
globalid (>= 0.3.6)
activemodel (5.2.3)
activesupport (= 5.2.3)
activerecord (5.2.3)
activemodel (= 5.2.3)
activesupport (= 5.2.3)
arel (>= 9.0)
activesupport (5.2.2)
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -71,7 +75,7 @@ GEM
xpath (>= 2.0, < 4.0)
cliver (0.3.2)
coderay (1.1.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
Expand All @@ -83,7 +87,7 @@ GEM
dotenv-rails (2.5.0)
dotenv (= 2.5.0)
railties (>= 3.2, < 6.0)
erubi (1.7.1)
erubi (1.8.0)
execjs (2.7.0)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
Expand All @@ -94,7 +98,7 @@ GEM
i18n (>= 0.7)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
ffi (1.10.0)
formulaic (0.4.0)
activesupport
capybara
Expand All @@ -103,7 +107,7 @@ GEM
activesupport (>= 4.2.0)
hashdiff (0.3.7)
highline (2.0.0)
i18n (1.1.1)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.24)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -138,13 +142,13 @@ GEM
nokogiri (>= 1.5.9)
method_source (0.9.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
momentjs-rails (2.20.1)
railties (>= 3.1)
multipart-post (2.0.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.2)
mini_portile2 (~> 2.4.0)
parser (2.5.3.0)
ast (~> 2.4.0)
pg (1.1.4)
Expand All @@ -160,7 +164,7 @@ GEM
public_suffix (3.0.3)
pundit (2.0.0)
activesupport (>= 3.0.0)
rack (2.0.6)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-timeout (0.5.1)
Expand All @@ -170,18 +174,18 @@ GEM
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails_stdout_logging (0.0.5)
railties (5.2.2)
actionpack (= 5.2.2)
activesupport (= 5.2.2)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.1)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
redcarpet (3.4.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
Expand All @@ -201,7 +205,7 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
safe_yaml (1.0.4)
sass (3.7.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -286,4 +290,4 @@ DEPENDENCIES
xpath (= 3.1.0)

BUNDLED WITH
1.17.1
1.17.2
1 change: 1 addition & 0 deletions administrate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "actionpack", ">= 4.2", "< 6.0"
s.add_dependency "actionview", ">= 4.2", "< 6.0"
s.add_dependency "activerecord", ">= 4.2", "< 6.0"
s.add_dependency "activejob", ">= 4.2", "< 6.0"

s.add_dependency "autoprefixer-rails", ">= 6.0"
s.add_dependency "datetime_picker_rails", "~> 0.0.7"
Expand Down
1 change: 1 addition & 0 deletions spec/example_app/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "active_record/railtie"
require "action_controller/railtie"
require "action_view/railtie"
require "active_job/railtie"
require "sprockets/railtie"

# Require the gems listed in Gemfile, including any gems
Expand Down

0 comments on commit 8bc80cf

Please sign in to comment.