Skip to content

Commit

Permalink
Bump to 1.4.0 and update ruby to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Jan 26, 2023
1 parent 20aa0a3 commit 2df82be
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.2
Exclude:
- test/**/*.rb
NewCops: enable
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.0
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased]

## 1.4.0 - 2023-01-26

- Support `staging` environment to allow internal testing
- Require ruby > 3.0.0

## 1.3.1 - 2022-01-07

Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/loom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module Loom
VERSION = "1.3.1".freeze
VERSION = "1.4.0".freeze
end
end
2 changes: 1 addition & 1 deletion test/dummy/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.2.0
2 changes: 1 addition & 1 deletion zaikio-loom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activejob"
spec.add_dependency "railties", ">= 6.0.2.3", "< 8"
spec.add_runtime_dependency "oj"
spec.required_ruby_version = ">= 2.7.1"
spec.required_ruby_version = ">= 3.0.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "minitest"
Expand Down

0 comments on commit 2df82be

Please sign in to comment.