Lock fog-google version to work around build failures for Ruby < 2.7

https://github.com/carrierwaveuploader/carrierwave/runs/2804304343?check_suite_focus=true
This commit is contained in:
M.Shibuya 2021-06-13 14:21:59 +09:00
parent 229594fb2a
commit 1159b213f8
No known key found for this signature in database
GPG Key ID: 76087F03B4FB52E7
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ gem "rails", "~> 6.1.0"
gem "activemodel-serializers-xml"
gem 'sqlite3', platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: [:jruby, :truffleruby]
gem "fog-google", "~> 1.13.0" if RUBY_VERSION < '2.7'
gemspec :path => "../"