Skip to content

Commit

Permalink
tweak to use the same Gemfile for CI and development
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 21, 2024
1 parent bae2729 commit afa4094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
test:

continue-on-error: ${{ matrix.ruby-version == 'truffleruby-head' }}
env:
BUNDLER_GEMFILE: gemfiles/Gemfile-edge
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in fog-aws.gemspec
gemspec

gem "fog-core", :github => "fog/fog-core"
gem "fog-json", :github => "fog/fog-json"

group :test, :default do
gem 'pry-nav'
gem 'mime-types', '~> 3.1'
Expand Down
14 changes: 0 additions & 14 deletions gemfiles/Gemfile-edge

This file was deleted.

0 comments on commit afa4094

Please sign in to comment.