Skip to content

Commit

Permalink
Gems bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej authored and vitalie committed Mar 28, 2023
1 parent 5cf0a0c commit 785e017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'faraday', '~> 1.0'
s.add_runtime_dependency 'faraday_middleware', '~> 1.0'
s.add_runtime_dependency 'activesupport', '>= 5', '< 6.1'
s.add_runtime_dependency 'activesupport', '>= 5', '< 6.2'
s.add_runtime_dependency 'multi_json', '~> 1.0'
s.add_runtime_dependency 'addressable', '~> 2.4'
s.add_runtime_dependency 'addressable', '~> 2.8'
s.add_runtime_dependency 'net-http-persistent', '~> 2.9'
s.add_runtime_dependency 'net-http-pipeline'
end
2 changes: 1 addition & 1 deletion lib/gh/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GH
# Public: Library version.
VERSION = '0.18.0'
VERSION = '0.19.0'
end

0 comments on commit 785e017

Please sign in to comment.