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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Propshaft (and watch everything break) #6886

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rails', '~> 7.0.1'
gem 'cssbundling-rails'
gem 'jsbundling-rails'
gem 'turbo-rails'
gem 'propshaft', '0.4.0' # Changing this will break stuff. Work needed.
gem 'propshaft', '0.8.0'

gem 'mysql2', '~> 0.5.6'
gem 'redis', '~> 4.0'
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,11 @@ GEM
ast (~> 2.4.1)
racc
parslet (2.0.0)
propshaft (0.4.0)
rails (>= 7.0.0.alpha2)
propshaft (0.8.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
public_suffix (5.0.3)
puma (4.3.12)
nio4r (~> 2.0)
Expand Down Expand Up @@ -599,7 +602,7 @@ DEPENDENCIES
omniauth-github
omniauth-rails_csrf_protection
opensearch-ruby
propshaft (= 0.4.0)
propshaft (= 0.8.0)
public_suffix
puma (~> 4.3)
rack-attack (~> 6.6)
Expand Down
Loading