File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
ruby-version : ${{ matrix.ruby-version }}
34
34
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
35
- bundler : " 1.17"
36
35
37
36
- name : Start MongoDB
38
37
uses :
supercharge/[email protected]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
36
36
s . add_development_dependency "rspec-rails" , "~> 3.0"
37
37
s . add_development_dependency 'database_cleaner' , '~> 1.6.1'
38
38
s . add_development_dependency 'test-unit' , '~> 3.0' if RUBY_VERSION >= '2.2'
39
- s . add_development_dependency 'bundler' , '~> 1.17'
39
+ s . add_development_dependency 'bundler'
40
40
41
41
if s . respond_to? ( :metadata )
42
42
s . metadata [ 'changelog_uri' ] = 'https://github.com/RubyMoney/money-rails/blob/master/CHANGELOG.md'
You can’t perform that action at this time.
0 commit comments