Skip to content

Commit

Permalink
Bump propshaft (and watch everything break)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Apr 23, 2024
1 parent 5765c96 commit 9acbf24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit 9acbf24

Please sign in to comment.