Skip to content

Commit

Permalink
DEVX-4457: Upgrade onesie_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelaolney committed Aug 14, 2024
1 parent fedbfca commit ccdcf3e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
36 changes: 24 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,38 @@ PATH
remote: .
specs:
knockoff (1.4.0)
activerecord (>= 6, < 7)
activesupport (>= 6, < 7)
activerecord (~> 7, >= 6)
activesupport (~> 7, >= 6)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.7.8)
activesupport (= 6.1.7.8)
activerecord (6.1.7.8)
activemodel (= 6.1.7.8)
activesupport (= 6.1.7.8)
activesupport (6.1.7.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
activemodel (7.2.0)
activesupport (= 7.2.0)
activerecord (7.2.0)
activemodel (= 7.2.0)
activesupport (= 7.2.0)
timeout (>= 0.4.0)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
logger (1.6.0)
minitest (5.24.1)
rake (10.5.0)
rspec (3.13.0)
Expand All @@ -38,15 +49,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
securerandom (0.3.1)
sqlite3 (1.5.4-aarch64-linux)
sqlite3 (1.5.4-arm-linux)
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86-linux)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.17)

PLATFORMS
aarch64-linux
Expand Down
4 changes: 2 additions & 2 deletions knockoff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.bindir = "bin"
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'activerecord', '>= 6', '< 7'
spec.add_runtime_dependency 'activesupport', '>= 6', '< 7'
spec.add_runtime_dependency 'activerecord', '>= 6', '~> 7'
spec.add_runtime_dependency 'activesupport', '>= 6', '~> 7'

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit ccdcf3e

Please sign in to comment.