diff --git a/Gemfile b/Gemfile index d7f2a858ff7..7a088348db0 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ ruby '~> 2.7.3' gem 'actionpack-xml_parser', '~> 2.0.0' gem 'activemodel-serializers-xml', '~> 1.0.1' -gem 'activerecord-import', '~> 1.0.2' +gem 'activerecord-import', '~> 1.1.0' gem 'activerecord-session_store', '~> 2.0.0' gem 'rails', '~> 6.1.3' gem 'responders', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5d958d12358..aaf951fa850 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM activerecord (6.1.3.2) activemodel (= 6.1.3.2) activesupport (= 6.1.3.2) - activerecord-import (1.0.8) + activerecord-import (1.1.0) activerecord (>= 3.2) activerecord-nulldb-adapter (0.7.0) activerecord (>= 5.2.0, < 6.3) @@ -267,7 +267,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) aes_key_wrap (1.1.0) afm (0.2.2) - airbrake (11.0.1) + airbrake (11.0.3) airbrake-ruby (~> 5.1) airbrake-ruby (5.2.0) rbtree3 (~> 0.5) @@ -278,7 +278,7 @@ GEM awesome_nested_set (3.4.0) activerecord (>= 4.0.0, < 7.0) aws-eventstream (1.1.1) - aws-partitions (1.454.0) + aws-partitions (1.462.0) aws-sdk-core (3.114.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -287,7 +287,7 @@ GEM aws-sdk-kms (1.43.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.94.1) + aws-sdk-s3 (1.95.1) aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) @@ -297,7 +297,7 @@ GEM aws-sigv4 (1.2.3) aws-eventstream (~> 1, >= 1.0.2) bcrypt (3.1.16) - bindata (2.4.9) + bindata (2.4.10) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) bootsnap (1.7.5) @@ -453,21 +453,25 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.17.0) + faker (2.18.0) i18n (>= 1.6, < 2) - faraday (1.4.1) + faraday (1.4.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) faraday-net_http (~> 1.0) faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) faraday-http-cache (2.2.0) faraday (>= 0.8) faraday-net_http (1.0.1) faraday-net_http_persistent (1.1.0) fastimage (2.2.3) - ffi (1.15.0) + ffi (1.15.1) flamegraph (0.9.5) fog-aws (3.10.0) fog-core (~> 2.1) @@ -524,7 +528,7 @@ GEM httpclient (2.8.3) i18n (1.8.10) concurrent-ruby (~> 1.0) - i18n-js (3.8.2) + i18n-js (3.8.3) i18n (>= 0.6.6) icalendar (2.7.1) ice_cube (~> 0.16) @@ -602,7 +606,7 @@ GEM newrelic_rpm (7.0.0) nio4r (2.5.7) no_proxy_fix (0.1.2) - nokogiri (1.11.4) + nokogiri (1.11.5) mini_portile2 (~> 2.5.0) racc (~> 1.4) nokogumbo (2.0.5) @@ -680,7 +684,7 @@ GEM eventmachine_httpserver http_parser.rb (~> 0.6.0) multi_json - puma (5.3.1) + puma (5.3.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -795,7 +799,7 @@ GEM rspec-retry (0.6.2) rspec-core (> 3.3) rspec-support (3.10.2) - rubocop (1.14.0) + rubocop (1.15.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -866,7 +870,7 @@ GEM shoulda-context (2.0.0) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - spreadsheet (1.2.8) + spreadsheet (1.2.9) ruby-ole spring (2.1.1) spring-commands-rspec (1.0.4) @@ -893,7 +897,7 @@ GEM temple (0.8.2) terminal-table (3.0.1) unicode-display_width (>= 1.1.1, < 3) - test-prof (1.0.3) + test-prof (1.0.5) thor (1.1.0) tilt (2.0.10) timecop (0.9.4) @@ -932,11 +936,11 @@ GEM webfinger (1.1.0) activesupport httpclient (>= 2.4) - webmock (3.12.2) + webmock (3.13.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - websocket-driver (0.7.3) + websocket-driver (0.7.4) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) will_paginate (3.3.0) @@ -952,7 +956,7 @@ PLATFORMS DEPENDENCIES actionpack-xml_parser (~> 2.0.0) activemodel-serializers-xml (~> 1.0.1) - activerecord-import (~> 1.0.2) + activerecord-import (~> 1.1.0) activerecord-nulldb-adapter (~> 0.7.0) activerecord-session_store (~> 2.0.0) acts_as_list (~> 1.0.1)