Skip to content

Commit

Permalink
Bump rest-client gem version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoriRoysEzCater authored Nov 25, 2024
1 parent 55cc38f commit 1993237
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gemspec

gem 'rest-client', '~> 2.0.0'
gem 'rest-client', '~> 2.1.0'
gem 'jwt', '~> 2.0'

gem 'mocha', '~> 0.13.2', :require => false, :group => :test
Expand All @@ -12,4 +12,4 @@ gem 'coveralls', :require => false, :group => :test
gem 'simplecov', '~> 0.10', :require => false, :group => :test
gem 'simplecov-console', '~> 0.3', :require => false, :group => :test
gem 'term-ansicolor', '~> 1.3.2', :require => false, :group => :test
gem 'tins', '~> 1.6.0', :require => false, :group => :test
gem 'tins', '~> 1.6.0', :require => false, :group => :test
2 changes: 1 addition & 1 deletion invoiced.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://invoiced.com/docs/dev'
s.required_ruby_version = '>= 2.1.0'

s.add_dependency('rest-client', '~> 2.0.0')
s.add_dependency('rest-client', '~> 2.1.0')
s.add_dependency('jwt', '~> 2.0')

s.files = `git ls-files`.split("\n")
Expand Down
4 changes: 2 additions & 2 deletions lib/invoiced/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Invoiced
VERSION = '2.1.0'
end
VERSION = '2.2.0'
end

0 comments on commit 1993237

Please sign in to comment.