Skip to content

Commit

Permalink
Bump RUBY_VERSIONS to include 3.0.6 (dependabot#7948)
Browse files Browse the repository at this point in the history
  • Loading branch information
jade-aronson authored Sep 1, 2023
1 parent 871902b commit 988c755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RubyRequirementSetter
class RubyVersionNotFound < StandardError; end

RUBY_VERSIONS = %w(
1.8.7 1.9.3 2.0.0 2.1.10 2.2.10 2.3.8 2.4.10 2.5.9 2.6.9 2.7.6 3.0.5 3.1.3 3.2.0
1.8.7 1.9.3 2.0.0 2.1.10 2.2.10 2.3.8 2.4.10 2.5.9 2.6.9 2.7.6 3.0.6 3.1.3 3.2.0
).freeze

attr_reader :gemspec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
let(:content) do
bundler_project_dependency_file("gemfile", filename: "Gemfile").content
end
it { is_expected.to include("ruby '3.0.5'\n") }
it { is_expected.to include("ruby '3.0.6'\n") }
it { is_expected.to include(%(gem "business", "~> 1.4.0")) }
end

Expand Down

0 comments on commit 988c755

Please sign in to comment.