Skip to content

Commit

Permalink
Merge pull request #33 from FundingCircle/dependabot-bundler-bundler-…
Browse files Browse the repository at this point in the history
…gte-1.11.0-and-lt-2.1

Update bundler requirement from >= 1.11.0, < 1.18 to >= 1.11.0, < 2.1
  • Loading branch information
bliof authored Jan 3, 2019
2 parents 97a391a + 820884a commit 81aadeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hellgrid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/FundingCircle/hellgrid'
s.license = 'BSD-3-Clause'

s.add_runtime_dependency 'bundler', '>= 1.11.0', '< 1.18'
s.add_runtime_dependency 'bundler', '>= 1.11.0', '< 2.1'

s.add_development_dependency 'rspec', '~> 3.8.0'
s.add_development_dependency 'simplecov', '~> 0.16.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/hellgrid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hellgrid
VERSION = '0.3.3'
VERSION = '0.3.4'
end

0 comments on commit 81aadeb

Please sign in to comment.