Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Feb 22, 2021
1 parent 4ae8dc6 commit ae31743
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion carrierwave.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "timecop"
s.add_development_dependency "generator_spec", ">= 0.9.1"
s.add_development_dependency "pry"
s.add_development_dependency "pry-byebug"
if RUBY_ENGINE != 'jruby'
s.add_development_dependency "pry-byebug"
end
end
3 changes: 3 additions & 0 deletions gemfiles/rails-5-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ gem "rails", "~> 5.0.0"
gem 'pg', '~> 0.21.0', platforms: :ruby
gem "activemodel-serializers-xml"
gem "activerecord-jdbcpostgresql-adapter", "~> 50.0", platforms: :jruby
if RUBY_VERSION < '2.3'
gem "ruby-vips", "2.0.13"
end

gemspec :path => "../"

0 comments on commit ae31743

Please sign in to comment.