File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ gem 'sqlite3', '~> 1.4'
1313gem 'minitest'
1414gem 'minitest-reporters'
1515
16- gem "base64" , "~> 0.2.0"
17- gem "bigdecimal" , "~> 3.1"
18- gem "mutex_m" , "~> 0.2.0"
1916
2017gem "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"
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments