Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Mar 29, 2024
1 parent 44cb292 commit 3ddb3dd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

lockfile "ruby-2.6", active: RUBY_VERSION < "2.7" do
# newer versions of these gems are not compatible with Ruby > 2.6
gem "debug", "1.8.0", require: false
gem "debug", "~> 1.8.0", require: false
gem "irb", "1.6.3", require: false
gem "stringio", "3.0.6", require: false
gem "stringio", "~> 3.0.6", require: false
end
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
debug (1.9.0)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
gem-release (2.2.2)
io-console (0.7.2)
irb (1.11.0)
Expand All @@ -28,26 +28,26 @@ GEM
stringio
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.ruby-2.6.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
gem-release (2.2.2)
io-console (0.7.2)
irb (1.6.3)
reline (>= 0.3.0)
rake (13.0.6)
rake (13.1.0)
reline (0.4.2)
io-console (~> 0.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
stringio (3.0.6)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
stringio (3.0.9)

PLATFORMS
aarch64-linux
Expand All @@ -42,12 +42,12 @@ PLATFORMS

DEPENDENCIES
bundler-multilock!
debug (= 1.8.0)
debug (~> 1.8.0)
gem-release (~> 2.2)
irb (= 1.6.3)
rake (~> 13.0)
rspec (~> 3.12)
stringio (= 3.0.6)
stringio (~> 3.0.6)

BUNDLED WITH
2.5.6

0 comments on commit 3ddb3dd

Please sign in to comment.