Skip to content

Commit

Permalink
use optimistic flag for bundle add
Browse files Browse the repository at this point in the history
  • Loading branch information
ttstarck committed Jan 28, 2025
1 parent afdb1a7 commit 8cd075f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gemspec
# jquery-rails is used by the dummy application
gem "appraisal"
gem "appraisal-matrix"
gem "bigdecimal"
gem "jquery-rails"
gem 'minitest', '~> 5.25'
gem 'minitest-reporters'
Expand All @@ -18,7 +17,9 @@ gem 'sqlite3', "~> 2.1"
gem 'test_after_commit', require: false
gem 'test-unit', '3.6.2'

gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"

gem "concurrent-ruby", "~> 1.3", "< 1.3.5"

gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.3.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@ DEPENDENCIES
aggregate!
appraisal
appraisal-matrix
base64 (~> 0.2.0)
bigdecimal
base64 (>= 0.2.0)
bigdecimal (>= 3.1)
concurrent-ruby (~> 1.3, < 1.3.5)
jquery-rails
minitest (~> 5.25)
minitest-reporters
mutex_m (~> 0.3.0)
mutex_m (>= 0.3.0)
pry
rr (= 3.1.1)
rubocop
Expand Down

0 comments on commit 8cd075f

Please sign in to comment.