Skip to content

Commit

Permalink
Merge pull request #108 from ResultadosDigitais/bump-version-to-1.0.3
Browse files Browse the repository at this point in the history
Bump gem version to 1.0.3
  • Loading branch information
cristhyanearaldi authored Mar 13, 2023
2 parents 8d50819 + c7c79ef commit 5cfb6da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
upperkut (1.0.1.rc)
upperkut (1.0.3)
connection_pool (~> 2.2, >= 2.2.2)
redis (>= 4.1.0, < 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/upperkut/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Upperkut
VERSION = '1.0.1.rc'.freeze
VERSION = '1.0.3'.freeze
end
2 changes: 1 addition & 1 deletion upperkut.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = ['upperkut']
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 3.2'
spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'connection_pool', '~> 2.2', '>= 2.2.2'
spec.add_dependency 'redis', '>= 4.1.0', '< 6.0.0'
Expand Down

0 comments on commit 5cfb6da

Please sign in to comment.