diff --git a/Gemfile b/Gemfile index 33cf0fd..272f28c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Stealing some bits from rails -gem 'activemodel', '~> 7.0' -gem 'activesupport', '~> 7.0' +gem 'activemodel', '< 7.2' +gem 'activesupport', '< 7.2' # Autoloading explictly will use zeitwerk gem 'zeitwerk', '~> 2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 6f161c1..ad4060b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,27 +14,32 @@ GIT GEM remote: https://rubygems.org/ specs: - activemodel (7.0.8) - activesupport (= 7.0.8) - activesupport (7.0.8) + activemodel (7.1.1) + activesupport (= 7.1.1) + activesupport (7.1.1) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.827.0) - aws-sdk-core (3.183.0) + aws-partitions (1.835.0) + aws-sdk-core (3.185.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.71.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-kms (1.72.0) + aws-sdk-core (~> 3, >= 3.184.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.135.0) + aws-sdk-s3 (1.136.0) aws-sdk-core (~> 3, >= 3.181.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) @@ -43,12 +48,16 @@ GEM backport (1.2.0) base64 (0.1.1) benchmark (0.2.1) + bigdecimal (3.1.4) cli-ui (2.2.3) coderay (1.1.3) commonmarker (0.23.10) concurrent-ruby (1.2.2) + connection_pool (2.4.1) daemons (1.4.1) diff-lcs (1.5.0) + drb (2.1.1) + ruby2_keywords e2mmap (0.1.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -66,7 +75,7 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.16.1) + ffi (1.16.3) formatador (1.1.0) git (1.18.0) addressable (~> 2.8) @@ -109,6 +118,7 @@ GEM multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) + mutex_m (0.1.2) nenv (0.3.0) nokogiri (1.15.4) mini_portile2 (~> 2.8.2) @@ -116,11 +126,11 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - octokit (7.1.0) + octokit (7.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pry (0.14.2) @@ -144,16 +154,16 @@ GEM ffi rbs (2.8.4) rchardet (1.8.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) reverse_markdown (2.1.1) nokogiri rexml (3.2.6) - rubocop (1.56.3) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -201,20 +211,20 @@ GEM tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.34) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby DEPENDENCIES - activemodel (~> 7.0) - activesupport (~> 7.0) + activemodel (< 7.2) + activesupport (< 7.2) aws-sdk-s3 (~> 1.64) cli-ui (~> 2) commonmarker @@ -243,4 +253,4 @@ DEPENDENCIES zeitwerk (~> 2.3) BUNDLED WITH - 2.4.19 + 2.4.20