Skip to content

Commit

Permalink
Merge pull request #84 from rantly-rb/3.0.0-rc1
Browse files Browse the repository at this point in the history
3.0.0
  • Loading branch information
dennyabraham authored Oct 14, 2024
2 parents 9ea88a4 + 9ba1dd1 commit 944788a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
3.3.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'coveralls', '>= 0', require: false
gem 'minitest', '~> 5.10.0'
gem 'rake', '~> 12.0.0'
gem 'rake', '~> 12.3.3'
gem 'simplecov', '>= 0'

gem 'rubocop'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Its implementation has no alien mathematics inside. Completely side-effect-free-

# Install

Rantly requires Ruby 2.4 or higher. To install Rantly add it to your Gemfile or run:
Rantly requires Ruby 3.2 or higher. To install Rantly add it to your Gemfile or run:

```ruby
$ gem install rantly
Expand Down
6 changes: 3 additions & 3 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:build:
:major: 2
---
:build:
:major: 3
:minor: 0
:patch: 0
2 changes: 1 addition & 1 deletion rantly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Gem::Specification.new do |s|
'test/shrinks_test.rb',
'test/test_helper.rb'
]
s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 3.3.0'
end

0 comments on commit 944788a

Please sign in to comment.