Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Update requirements on gems (#65)
Browse files Browse the repository at this point in the history
* Remove limiting dependency on psych

* Lock down faraday

* Remove requirement on Faraday

Octokit will resolve that warning and push a new release on their own time... there's no point in this gem specifying to wait for that.

* Update version

* Oops, don't raise the version too far
  • Loading branch information
Emma Sax committed Sep 9, 2021
1 parent 11736ba commit 7de7b56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion git_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |gem|
gem.add_dependency 'gli', '~> 2.13'
gem.add_dependency 'highline_wrapper', '~> 1.1'
gem.add_dependency 'octokit', '~> 4.18'
gem.add_dependency 'psych', '< 4'

gem.add_development_dependency 'bundler', '~> 2.2'
gem.add_development_dependency 'faker', '~> 2.15'
Expand Down
2 changes: 1 addition & 1 deletion lib/git_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GitHelper
VERSION = '3.5.0'
VERSION = '3.5.1'
end

0 comments on commit 7de7b56

Please sign in to comment.