Skip to content

Commit 6c0b6fa

Browse files
committed
stop forcing bundler 1.17
1 parent bae3a35 commit 6c0b6fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
with:
3333
ruby-version: ${{ matrix.ruby-version }}
3434
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
35-
bundler: "1.17"
3635

3736
- name: Start MongoDB
3837
uses: supercharge/[email protected]

money-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636
s.add_development_dependency "rspec-rails", "~> 3.0"
3737
s.add_development_dependency 'database_cleaner', '~> 1.6.1'
3838
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'
4040

4141
if s.respond_to?(:metadata)
4242
s.metadata['changelog_uri'] = 'https://github.com/RubyMoney/money-rails/blob/master/CHANGELOG.md'

0 commit comments

Comments
 (0)