Skip to content

Commit

Permalink
Update rails to 6.0.3.2 and other dependencies
Browse files Browse the repository at this point in the history
Updated mongoid and state_machines-mongoid so that rails could move to version 6.

Was getting `uninitialized constant ActiveModel::Serializers::Xml` so added
activemodel-serializers-xml gem (was removed from core rails rails/rails#21161)
  • Loading branch information
cdccollins committed Jul 8, 2020
1 parent 45442d5 commit a058e27
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 65 deletions.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem "activemodel-serializers-xml"
gem "addressable"
gem "aws-sdk"
gem "carrierwave"
Expand All @@ -12,7 +13,7 @@ gem "mongoid"
gem "nokogiri"
gem "plek"
gem "rack_strip_client_ip"
gem "rails", "5.2.4.3"
gem "rails", "~> 6.0.3", ">= 6.0.3.2"
gem "rails-controller-testing"
gem "state_machines-mongoid"

Expand Down
157 changes: 93 additions & 64 deletions Gemfile.lock
@@ -1,50 +1,67 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.4.3)
actionpack (= 5.2.4.3)
actioncable (6.0.3.2)
actionpack (= 6.0.3.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.4.3)
actionpack (= 5.2.4.3)
actionview (= 5.2.4.3)
activejob (= 5.2.4.3)
actionmailbox (6.0.3.2)
actionpack (= 6.0.3.2)
activejob (= 6.0.3.2)
activerecord (= 6.0.3.2)
activestorage (= 6.0.3.2)
activesupport (= 6.0.3.2)
mail (>= 2.7.1)
actionmailer (6.0.3.2)
actionpack (= 6.0.3.2)
actionview (= 6.0.3.2)
activejob (= 6.0.3.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.4.3)
actionview (= 5.2.4.3)
activesupport (= 5.2.4.3)
actionpack (6.0.3.2)
actionview (= 6.0.3.2)
activesupport (= 6.0.3.2)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.4.3)
activesupport (= 5.2.4.3)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.3.2)
actionpack (= 6.0.3.2)
activerecord (= 6.0.3.2)
activestorage (= 6.0.3.2)
activesupport (= 6.0.3.2)
nokogiri (>= 1.8.5)
actionview (6.0.3.2)
activesupport (= 6.0.3.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.4.3)
activesupport (= 5.2.4.3)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.3.2)
activesupport (= 6.0.3.2)
globalid (>= 0.3.6)
activemodel (5.2.4.3)
activesupport (= 5.2.4.3)
activerecord (5.2.4.3)
activemodel (= 5.2.4.3)
activesupport (= 5.2.4.3)
arel (>= 9.0)
activestorage (5.2.4.3)
actionpack (= 5.2.4.3)
activerecord (= 5.2.4.3)
activemodel (6.0.3.2)
activesupport (= 6.0.3.2)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activerecord (6.0.3.2)
activemodel (= 6.0.3.2)
activesupport (= 6.0.3.2)
activestorage (6.0.3.2)
actionpack (= 6.0.3.2)
activejob (= 6.0.3.2)
activerecord (= 6.0.3.2)
marcel (~> 0.3.1)
activesupport (5.2.4.3)
activesupport (6.0.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
ast (2.4.1)
aws-sdk (2.11.3)
aws-sdk-resources (= 2.11.3)
Expand All @@ -54,22 +71,23 @@ GEM
aws-sdk-resources (2.11.3)
aws-sdk-core (= 2.11.3)
aws-sigv4 (1.0.2)
bson (4.2.2)
bson (4.9.4)
builder (3.2.4)
byebug (11.1.3)
carrierwave (0.11.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
carrierwave (2.1.0)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
carrierwave-mongoid (0.10.0)
carrierwave (>= 0.8.0, < 0.12.0)
mongoid (>= 3.0, < 7.0)
mini_mime (>= 0.1.3)
carrierwave-mongoid (1.3.0)
carrierwave (>= 0.8, < 3)
mongoid (>= 3.0, < 8.0)
mongoid-grid_fs (>= 1.3, < 3.0)
climate_control (0.2.0)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
connection_pool (2.2.3)
crass (1.0.6)
database_cleaner (1.8.5)
diff-lcs (1.3)
Expand All @@ -84,6 +102,7 @@ GEM
railties (>= 5.0.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi (1.13.1)
gds-api-adapters (63.1.1)
addressable
link_header
Expand Down Expand Up @@ -119,8 +138,11 @@ GEM
domain_name (~> 0.5)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
image_processing (1.11.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jmespath (1.3.1)
json (2.3.0)
json (2.3.1)
jwt (2.2.1)
kgio (2.11.3)
link_header (0.0.8)
Expand All @@ -139,19 +161,20 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mime-types-data (3.2020.0512)
mimemagic (0.3.5)
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
mongo (2.4.3)
bson (>= 4.2.1, < 5.0.0)
mongoid (6.2.1)
activemodel (~> 5.1)
mongo (>= 2.4.1, < 3.0.0)
mongoid-grid_fs (2.3.0)
mongo (2.12.1)
bson (>= 4.8.2, < 5.0.0)
mongoid (7.1.2)
activemodel (>= 5.1, < 6.1)
mongo (>= 2.7.0, < 3.0.0)
mongoid-grid_fs (2.4.0)
mime-types (>= 1.0, < 4.0)
mongoid (>= 3.0, < 7.0)
mongoid (>= 3.0, < 8.0)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -179,7 +202,7 @@ GEM
parser (2.7.1.3)
ast (~> 2.4.0)
plek (4.0.0)
public_suffix (4.0.2)
public_suffix (4.0.5)
rack (2.2.3)
rack-cache (1.10.0)
rack (>= 0.4)
Expand All @@ -188,18 +211,20 @@ GEM
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack_strip_client_ip (0.0.2)
rails (5.2.4.3)
actioncable (= 5.2.4.3)
actionmailer (= 5.2.4.3)
actionpack (= 5.2.4.3)
actionview (= 5.2.4.3)
activejob (= 5.2.4.3)
activemodel (= 5.2.4.3)
activerecord (= 5.2.4.3)
activestorage (= 5.2.4.3)
activesupport (= 5.2.4.3)
rails (6.0.3.2)
actioncable (= 6.0.3.2)
actionmailbox (= 6.0.3.2)
actionmailer (= 6.0.3.2)
actionpack (= 6.0.3.2)
actiontext (= 6.0.3.2)
actionview (= 6.0.3.2)
activejob (= 6.0.3.2)
activemodel (= 6.0.3.2)
activerecord (= 6.0.3.2)
activestorage (= 6.0.3.2)
activesupport (= 6.0.3.2)
bundler (>= 1.3.0)
railties (= 5.2.4.3)
railties (= 6.0.3.2)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
Expand All @@ -210,12 +235,12 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.2.4.3)
actionpack (= 5.2.4.3)
activesupport (= 5.2.4.3)
railties (6.0.3.2)
actionpack (= 6.0.3.2)
activesupport (= 6.0.3.2)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
raindrops (0.19.1)
rake (13.0.1)
Expand Down Expand Up @@ -273,6 +298,8 @@ GEM
rubocop-rspec (1.39.0)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
ruby-vips (2.0.17)
ffi (~> 1.9)
sentry-raven (3.0.0)
faraday (>= 1.0)
sidekiq (5.2.7)
Expand Down Expand Up @@ -300,8 +327,8 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
state_machines (0.5.0)
state_machines-activemodel (0.5.1)
activemodel (>= 4.1, < 6.0)
state_machines-activemodel (0.7.1)
activemodel (>= 4.1)
state_machines (>= 0.5.0)
state_machines-mongoid (0.2.0)
mongoid (>= 4.0.0)
Expand All @@ -325,11 +352,13 @@ GEM
websocket-driver (0.7.2)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.3.1)

PLATFORMS
ruby

DEPENDENCIES
activemodel-serializers-xml
addressable
aws-sdk
byebug
Expand All @@ -346,7 +375,7 @@ DEPENDENCIES
nokogiri
plek
rack_strip_client_ip
rails (= 5.2.4.3)
rails (~> 6.0.3, >= 6.0.3.2)
rails-controller-testing
rspec-rails
rubocop-govuk
Expand Down

0 comments on commit a058e27

Please sign in to comment.