Skip to content

Commit

Permalink
Fix ruby-head build
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Mar 2, 2024
1 parent 46e4f20 commit 5653c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions carrierwave.gemspec
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "marcel", "~> 1.0.0"
s.add_dependency "addressable", "~> 2.6"
s.add_dependency "ssrf_filter", "~> 1.0"
s.add_development_dependency "csv", "~> 3.0"
s.add_development_dependency "cucumber", "~> 2.3"
s.add_development_dependency "rspec", "~> 3.4"
s.add_development_dependency "rspec-retry"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails-7-1.gemfile
Expand Up @@ -4,5 +4,6 @@ gem "rails", "~> 7.1.0"
gem "activemodel-serializers-xml"
gem 'sqlite3', platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: [:jruby, :truffleruby]
gem "observer" # Workaround for https://github.com/rmagick/rmagick/pull/1411

gemspec :path => "../"

0 comments on commit 5653c25

Please sign in to comment.