Skip to content

Commit

Permalink
Use patched version of carrierwave
Browse files Browse the repository at this point in the history
Fix NameError: uninitialized constant URI::REGEXP
See: carrierwaveuploader/carrierwave#2760
  • Loading branch information
n-rodriguez committed Nov 8, 2024
1 parent 1a694a9 commit 180a750
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec
gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git'

gem 'capybara'
gem 'carrierwave'
gem 'carrierwave', git: 'https://github.com/ollym/carrierwave.git', branch: 'patch-1'
gem 'cuprite'
gem 'database_cleaner'
gem 'guard-rspec'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "capybara"
gem "carrierwave"
gem "carrierwave", git: "https://github.com/ollym/carrierwave.git", branch: "patch-1"
gem "cuprite"
gem "database_cleaner"
gem "guard-rspec"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "capybara"
gem "carrierwave"
gem "carrierwave", git: "https://github.com/ollym/carrierwave.git", branch: "patch-1"
gem "cuprite"
gem "database_cleaner"
gem "guard-rspec"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "capybara"
gem "carrierwave"
gem "carrierwave", git: "https://github.com/ollym/carrierwave.git", branch: "patch-1"
gem "cuprite"
gem "database_cleaner"
gem "guard-rspec"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "capybara"
gem "carrierwave"
gem "carrierwave", git: "https://github.com/ollym/carrierwave.git", branch: "patch-1"
gem "cuprite"
gem "database_cleaner"
gem "guard-rspec"
Expand Down

0 comments on commit 180a750

Please sign in to comment.