Skip to content

Commit

Permalink
Merge pull request #94 from belousovAV/bump-ruby-3.3.0
Browse files Browse the repository at this point in the history
Bump ruby 3.3.0
  • Loading branch information
rous-gg committed Jan 18, 2024
2 parents c976c40 + 7c70c6c commit 3327220
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.1', '3.2']
ruby: ['3.1', '3.2', '3.3']
gemfile_folders: ['ree', 'ree_lib']
include:
- gemfile_folders: 'ree'
Expand Down
2 changes: 1 addition & 1 deletion ree/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
13 changes: 8 additions & 5 deletions ree/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ PATH
remote: .
specs:
ree (1.0.33)
commander (~> 4.6.0)
commander (~> 5.0.0)

GEM
remote: https://rubygems.org/
specs:
commander (4.6.0)
highline (~> 2.0.0)
abbrev (0.1.2)
commander (5.0.0)
highline (~> 3.0.0)
debug (1.6.2)
irb (>= 1.3.6)
reline (>= 0.3.1)
diff-lcs (1.5.0)
highline (2.0.3)
highline (3.0.0)
abbrev
io-console (0.5.11)
irb (1.4.2)
reline (>= 0.3.0)
Expand All @@ -38,6 +40,7 @@ PLATFORMS
arm64-darwin-21
x86_64-darwin-19
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -47,4 +50,4 @@ DEPENDENCIES
rspec (~> 3.0)

BUNDLED WITH
2.3.7
2.5.4
2 changes: 1 addition & 1 deletion ree/ree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "commander", "~> 4.6.0"
spec.add_dependency "commander", "~> 5.0.0"
spec.add_development_dependency "debug"
end
2 changes: 1 addition & 1 deletion ree/spec/sample_project/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
2 changes: 1 addition & 1 deletion ree_lib/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
5 changes: 4 additions & 1 deletion ree_lib/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
ree_lib (1.0.86)
abbrev
binding_of_caller (~> 1.0.0)
i18n (~> 1.12.0)
loofah (~> 2.18.0)
Expand All @@ -14,6 +15,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
abbrev (0.1.2)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
binding_of_caller (1.0.0)
Expand Down Expand Up @@ -85,6 +87,7 @@ GEM
PLATFORMS
x86_64-darwin-19
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -103,4 +106,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.7
2.5.4
1 change: 1 addition & 0 deletions ree_lib/ree_lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "sequel", "~> 5.58.0"
spec.add_dependency "binding_of_caller", "~> 1.0.0"
spec.add_dependency "rainbow", "~> 3.1.1"
spec.add_dependency "abbrev"

spec.add_development_dependency 'rack-test'
spec.add_development_dependency 'roda', "~> 3.58.0"
Expand Down

0 comments on commit 3327220

Please sign in to comment.