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 0af52e9 commit 0a7ad9b
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 @@ -13,8 +13,9 @@ gem 'rspec_junit_formatter', '~> 0.4'
gem 'rspec-mocks'
gem 'rubocop', '0.54.0'

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

gem "concurrent-ruby", "~> 1.0", "< 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 @@ -71,11 +71,11 @@ PLATFORMS

DEPENDENCIES
appraisal
base64 (~> 0.2.0)
bigdecimal (~> 3.1)
base64 (>= 0.2.0)
bigdecimal (>= 3.1)
concurrent-ruby (~> 1.0, < 1.3.5)
monotonic_tick_count!
mutex_m (~> 0.3.0)
mutex_m (>= 0.3.0)
pry
rake
rspec (~> 3.7)
Expand Down

0 comments on commit 0a7ad9b

Please sign in to comment.