Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge c6bbc9f into 1cb43bb
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 10, 2018
2 parents 1cb43bb + c6bbc9f commit 2c98c8d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ruby '2.5.1'
source 'https://rubygems.org'
gem 'rails', '5.2.2.rc1'
gem 'rails', '5.2.2'

gem 'active_decorator'
gem 'array_form_helper'
Expand Down
76 changes: 38 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
actioncable (5.2.2)
actionpack (= 5.2.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
actionview (= 5.2.2.rc1)
activejob (= 5.2.2.rc1)
actionmailer (5.2.2)
actionpack (= 5.2.2)
actionview (= 5.2.2)
activejob (= 5.2.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.2.rc1)
actionview (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
actionpack (5.2.2)
actionview (= 5.2.2)
activesupport (= 5.2.2)
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.rc1)
activesupport (= 5.2.2.rc1)
actionview (5.2.2)
activesupport (= 5.2.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_decorator (1.1.1)
activejob (5.2.2.rc1)
activesupport (= 5.2.2.rc1)
activejob (5.2.2)
activesupport (= 5.2.2)
globalid (>= 0.3.6)
activemodel (5.2.2.rc1)
activesupport (= 5.2.2.rc1)
activerecord (5.2.2.rc1)
activemodel (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
activemodel (5.2.2)
activesupport (= 5.2.2)
activerecord (5.2.2)
activemodel (= 5.2.2)
activesupport (= 5.2.2)
arel (>= 9.0)
activestorage (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
activerecord (= 5.2.2.rc1)
activestorage (5.2.2)
actionpack (= 5.2.2)
activerecord (= 5.2.2)
marcel (~> 0.3.1)
activesupport (5.2.2.rc1)
activesupport (5.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -235,31 +235,31 @@ GEM
rack (>= 1.2.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.2.rc1)
actioncable (= 5.2.2.rc1)
actionmailer (= 5.2.2.rc1)
actionpack (= 5.2.2.rc1)
actionview (= 5.2.2.rc1)
activejob (= 5.2.2.rc1)
activemodel (= 5.2.2.rc1)
activerecord (= 5.2.2.rc1)
activestorage (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
rails (5.2.2)
actioncable (= 5.2.2)
actionmailer (= 5.2.2)
actionpack (= 5.2.2)
actionview (= 5.2.2)
activejob (= 5.2.2)
activemodel (= 5.2.2)
activerecord (= 5.2.2)
activestorage (= 5.2.2)
activesupport (= 5.2.2)
bundler (>= 1.3.0)
railties (= 5.2.2.rc1)
railties (= 5.2.2)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
railties (5.2.2)
actionpack (= 5.2.2)
activesupport (= 5.2.2)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (12.3.1)
rake (12.3.2)
rambulance (0.6.0)
actionpack
activesupport
Expand Down Expand Up @@ -419,7 +419,7 @@ DEPENDENCIES
pghero
puma
rack-mini-profiler
rails (= 5.2.2.rc1)
rails (= 5.2.2)
rambulance
rinku
rollbar
Expand Down

0 comments on commit 2c98c8d

Please sign in to comment.