Skip to content

Commit

Permalink
Upgraded to Faraday 0.15 and HighLine 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rykov committed Sep 24, 2018
1 parent cbf179a commit 34282a3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
*UNRELEASED*

* Upgrade to Faraday 0.15
* Upgrade to highline 2.0

*0.8.0*

* Migrate to Push API (#35, @markjeee)
Expand Down
4 changes: 2 additions & 2 deletions gemfury.gemspec
Expand Up @@ -17,11 +17,11 @@ Gem::Specification.new do |s|
Dir.glob("bin/**/*") +
Dir.glob("lib/**/*")

s.add_dependency "highline", "~> 1.6"
s.add_dependency "multi_json", "~> 1.10"
s.add_dependency "thor", ">= 0.14.0", "< 1.0.0.pre"
s.add_dependency "netrc", ">= 0.10.0", "< 0.12.0.pre"
s.add_dependency "faraday", ">= 0.9.0", "< 0.15.0.pre"
s.add_dependency "faraday", ">= 0.9.0", "< 0.16.0.pre"
s.add_dependency "highline", ">= 1.6.0", "< 2.1.0.pre"

s.description = <<DESCRIPTION
Hosted repo for your public and private packages at https://gemfury.com
Expand Down
2 changes: 1 addition & 1 deletion lib/gemfury.rb
@@ -1,5 +1,5 @@
gem "multi_json", "~> 1.10"
gem "faraday", ">= 0.9.0", "< 0.15.0.pre"
gem "faraday", ">= 0.9.0", "< 0.16.0.pre"
gem "netrc", ">= 0.10.0", "< 0.12.0.pre"

require 'cgi'
Expand Down
3 changes: 1 addition & 2 deletions lib/gemfury/command.rb
@@ -1,4 +1,4 @@
gem "highline", "~> 1.6"
gem "highline", ">= 1.6.0", "< 2.1.0.pre"
gem "thor", ">= 0.14.0", "< 1.0.0.pre"

require 'thor'
Expand All @@ -10,4 +10,3 @@ module Gemfury::Command; end

require 'gemfury/command/authorization'
require 'gemfury/command/app'

0 comments on commit 34282a3

Please sign in to comment.