Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyamey committed Dec 22, 2023
1 parent 83c4cea commit 5e42789
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
unit-ruby (0.4.0)
unit-ruby (0.4.1)
activesupport (>= 6.1.5, < 7.1.0)
faraday (>= 1.10, < 3)
faraday-retry
faraday (>= 2, < 3)
faraday-retry (>= 2, < 3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/unit-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unit
VERSION = '0.4.0'
VERSION = '0.4.1'
end
2 changes: 1 addition & 1 deletion spec/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe Unit do
it 'returns the correct version' do
expect(Unit::VERSION).to eq '0.4.0'
expect(Unit::VERSION).to eq '0.4.1'
end
end
4 changes: 2 additions & 2 deletions unit-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '>= 6.1.5', '< 7.1.0'
spec.add_dependency 'faraday', '>= 1.10', '< 3'
spec.add_dependency 'faraday-retry'
spec.add_dependency 'faraday', '>= 2', '< 3'
spec.add_dependency 'faraday-retry', '>= 2', '< 3'

spec.add_development_dependency 'bundler', '~> 2.4.0'
spec.add_development_dependency 'dotenv', '~> 2.7.6'
Expand Down

0 comments on commit 5e42789

Please sign in to comment.