Skip to content

Commit

Permalink
bumped bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattohope committed May 25, 2021
1 parent 7b1842f commit bc6ab7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: ruby
before_install:
# https://github.com/travis-ci/travis-rubies/issues/57#issuecomment-458981237
- "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
- gem install bundler --version 2.2.10
notifications:
email: false
hipchat:
Expand All @@ -7,7 +11,6 @@ notifications:
template:
- 'Gem - %{repository} #%{build_number} (%{build_url}) by %{author}: %{message}'
rvm:
- 2.0.0
- 2.4.0
deploy:
provider: rubygems
Expand Down
2 changes: 1 addition & 1 deletion atlassian_plugin_installer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
spec.executables = ["atlassian_plugin_installer"]
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "bundler", "2.2.10"
spec.add_development_dependency "rake"
end
2 changes: 1 addition & 1 deletion lib/atlassian_plugin_installer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AtlassianPluginInstaller
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit bc6ab7b

Please sign in to comment.