Skip to content

Commit

Permalink
fix bundler issues in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Nov 20, 2020
1 parent 0bd136d commit d352175
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ DEPENDENCIES
actionmailer (~> 5.2.2)
activerecord (~> 5.2.2)
activerecord-jdbcsqlite3-adapter (~> 52.1)
bundler (~> 2.0.1)
bundler (~> 2.0)
capybara
devise (~> 4.7)
devise_invitable!
Expand Down
2 changes: 1 addition & 1 deletion devise_invitable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'actionmailer', '>= 5.0'
s.add_runtime_dependency 'devise', '>= 4.6'

s.add_development_dependency 'bundler', '~> 2.0.1'
s.add_development_dependency 'bundler', '~> 2.0'
end
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DEPENDENCIES
actionmailer (~> 5.0.0)
activerecord (~> 5.0.0)
activerecord-jdbcsqlite3-adapter (~> 5.0.pre1)
bundler (~> 2.0.1)
bundler (~> 2.0)
capybara
devise (~> 4.6)
devise_invitable!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DEPENDENCIES
actionmailer (~> 5.1.0)
activerecord (~> 5.1.0)
activerecord-jdbcsqlite3-adapter (~> 51.2)
bundler (~> 2.0.1)
bundler (~> 2.0)
capybara
devise (~> 4.6)
devise_invitable!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.2.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DEPENDENCIES
actionmailer (~> 5.2.0)
activerecord (~> 5.2.0)
activerecord-jdbcsqlite3-adapter (~> 52.1)
bundler (~> 2.0.1)
bundler (~> 2.0)
capybara
devise (~> 4.6)
devise_invitable!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-master.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ DEPENDENCIES
actionmailer!
activerecord!
activerecord-jdbcsqlite3-adapter (~> 52.1)
bundler (~> 2.0.1)
bundler (~> 2.0)
capybara
devise (~> 4.6)
devise_invitable!
Expand Down

0 comments on commit d352175

Please sign in to comment.