Skip to content

Commit 6ea486b

Browse files
committed
use optimistic flag for bundle add
1 parent c90b3e6 commit 6ea486b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ gem 'sqlite3', '~> 1.4'
1313
gem 'minitest'
1414
gem 'minitest-reporters'
1515

16-
gem "base64", "~> 0.2.0"
17-
gem "bigdecimal", "~> 3.1"
18-
gem "mutex_m", "~> 0.2.0"
1916

2017
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
18+
19+
gem "base64", ">= 0.2.0"
20+
gem "bigdecimal", ">= 3.1"
21+
gem "mutex_m", ">= 0.2.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ DEPENDENCIES
212212
appraisal
213213
appraisal-matrix
214214
attr_default!
215-
base64 (~> 0.2.0)
216-
bigdecimal (~> 3.1)
215+
base64 (>= 0.2.0)
216+
bigdecimal (>= 3.1)
217217
concurrent-ruby (~> 1.3, < 1.3.5)
218218
minitest
219219
minitest-reporters
220-
mutex_m (~> 0.2.0)
220+
mutex_m (>= 0.2.0)
221221
pry
222222
rake
223223
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)