Skip to content

Commit

Permalink
Merge pull request #195 from grosser/grosser/bump
Browse files Browse the repository at this point in the history
make bump auto-update lock files
  • Loading branch information
grosser authored Jan 8, 2023
2 parents 32187e2 + 6b9509d commit f8dd9c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.2.33
2.4.3
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ require 'bundler/setup'
require 'bundler/gem_tasks'

require 'bump/tasks'
# TODO: https://github.com/gregorym/bump/issues/115
# Bump.replace_in_default = Dir["gemfiles/*.gemfile.lock"]
Bump.replace_in_default = Dir["gemfiles/*.gemfile.lock"]

task :spec do
sh "rspec spec"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.3.17
2.4.3
2 changes: 1 addition & 1 deletion gemfiles/rails61.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.3.17
2.4.3
2 changes: 1 addition & 1 deletion gemfiles/rails70.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.3.17
2.4.3

0 comments on commit f8dd9c4

Please sign in to comment.