Skip to content

Commit

Permalink
Remove bundler as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Mar 20, 2024
1 parent 89898ba commit b50f83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install Ruby gems
run: |
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Install dependencies
run: bundle install --path=vendor/bundle --jobs 4 --retry 3
- name: Show environment
run: gem environment
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion biodiversity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'ffi', '~> 1.15'

gem.add_development_dependency 'bundler', '~> 2.4'
gem.add_development_dependency 'byebug', '~> 11.1'
gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'rspec', '~> 3.12'
Expand Down

0 comments on commit b50f83a

Please sign in to comment.