Skip to content

Commit

Permalink
bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ermolaev committed Oct 11, 2024
1 parent 8c07d8d commit b7385a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
strategy:
matrix:
ruby:
- 3.0
- 3.1
- 3.2
- 3.3
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ inherit_gem:
- ./config/default.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.1
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
update_values_all (1.0.2)
update_values_all (1.1.0)
activerecord (>= 4.2)

GEM
Expand Down Expand Up @@ -157,6 +157,7 @@ GEM
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion lib/update_values_all/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module UpdateValuesAll

VERSION = '1.0.2'
VERSION = '1.1.0'

end

0 comments on commit b7385a7

Please sign in to comment.