Skip to content

Commit

Permalink
Remove forked fog-google dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogregorius committed Nov 21, 2022
1 parent 1ef4159 commit 85b5e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec || [ "$EXPERIMENTAL" == "true" ] && true
- name: Run Cucumber
Expand Down
6 changes: 1 addition & 5 deletions gemfiles/rails-6-1.gemfile
Expand Up @@ -2,12 +2,8 @@ source "https://rubygems.org"

gem "rails", "~> 6.1.0"
gem "activemodel-serializers-xml"
if RUBY_VERSION >= '3'
gem 'rmagick', github: 'rmagick/rmagick', platform: :ruby
gem 'fog-google', github: 'binti-family/fog-google', branch: 'ruby-3.0'
end
gem 'sqlite3', platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: [:jruby, :truffleruby]

gem "fog-google", "~> 1.13.0" if RUBY_VERSION < '2.7'

gemspec :path => "../"

0 comments on commit 85b5e8e

Please sign in to comment.