Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport 'Bump stringio and carrierwave' to v0.27 #12449

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PATH
acts_as_list (~> 0.9)
batch-loader (~> 1.2)
browser (~> 2.7)
carrierwave (~> 2.2.1)
carrierwave (~> 2.2.5, >= 2.2.5)
cells-erb (~> 0.1.0)
cells-rails (~> 0.1.3)
charlock_holmes (~> 0.7)
Expand Down Expand Up @@ -263,8 +263,8 @@ GEM
zeitwerk (~> 2.3)
acts_as_list (0.9.19)
activerecord (>= 3.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
axe-core-api (4.8.0)
dumb_delegator
Expand Down Expand Up @@ -303,7 +303,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.4)
carrierwave (2.2.5)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -337,7 +337,7 @@ GEM
coffee-script-source (1.12.2)
colorize (0.8.1)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -430,7 +430,7 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.15.5)
ffi (1.16.3)
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand Down Expand Up @@ -550,7 +550,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.22.2)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
tomlrb
Expand Down Expand Up @@ -632,7 +632,7 @@ GEM
actionmailer (>= 3)
net-smtp
premailer (~> 1.7, >= 1.7.9)
public_suffix (4.0.7)
public_suffix (5.0.4)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -859,7 +859,7 @@ GEM
wkhtmltopdf-binary (0.12.6.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion decidim-core/decidim-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency "acts_as_list", "~> 0.9"
s.add_dependency "batch-loader", "~> 1.2"
s.add_dependency "browser", "~> 2.7"
s.add_dependency "carrierwave", "~> 2.2.1"
s.add_dependency "carrierwave", "~> 2.2.5", ">= 2.2.5"
s.add_dependency "cells-erb", "~> 0.1.0"
s.add_dependency "cells-rails", "~> 0.1.3"
s.add_dependency "charlock_holmes", "~> 0.7"
Expand Down
Loading
Loading