Skip to content

Commit

Permalink
Merge pull request #24 from josacar/master
Browse files Browse the repository at this point in the history
Update faraday_middleware in gemspec
  • Loading branch information
joseluis-fw authored Oct 28, 2020
2 parents 30613ec + 15a43c1 commit dfb7158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rvm:
- 2.4.5
- 2.5.3
- 2.6.5
- 2.7.0
- 2.7.2
- jruby
script: rake spec:unit
jobs:
Expand Down
2 changes: 1 addition & 1 deletion glare.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.7'

spec.add_dependency 'faraday', '~> 1.0'
spec.add_dependency 'faraday_middleware', '>= 1.0.0.rc1'
spec.add_dependency 'faraday_middleware', '>= 1.0.0'
spec.add_dependency 'public_suffix', '>= 3.0.2', '< 5.0'
end
2 changes: 1 addition & 1 deletion lib/glare/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Glare
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit dfb7158

Please sign in to comment.