Skip to content

Commit

Permalink
Adjust version to 4.0.0.rc1 (and bump dev ruby to 3.2.2).
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Sep 9, 2024
1 parent 5dd3177 commit 3c8f240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.2.2
2 changes: 1 addition & 1 deletion lib/recurring_select/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RecurringSelect
VERSION = "4.0.0"
VERSION = "4.0.0.rc1"
end
2 changes: 1 addition & 1 deletion recurring_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_dependency "rails", ">= 6.1"
s.add_dependency "ice_cube", ">= 0.11"
s.add_dependency "sass-rails", ">= 6.0"
s.add_dependency "sass-rails", ">= 5.0"

s.add_development_dependency "bundler", ">= 1.3.5"
s.add_development_dependency "rspec-rails", ">= 2.14"
Expand Down

0 comments on commit 3c8f240

Please sign in to comment.