Skip to content

Commit f64bb24

Browse files
forgot to add asset gem
1 parent 141ea4c commit f64bb24

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44

55
gemspec
66

7+
gem "propshaft"
78
gem "rails"
89
gem "sqlite3", "~> 1.4"
910

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ GEM
151151
racc (~> 1.4)
152152
nokogiri (1.16.6-x86_64-linux)
153153
racc (~> 1.4)
154+
propshaft (0.9.0)
155+
actionpack (>= 7.0.0)
156+
activesupport (>= 7.0.0)
157+
rack
158+
railties (>= 7.0.0)
154159
psych (5.1.2)
155160
stringio
156161
public_suffix (6.0.0)
@@ -249,6 +254,7 @@ DEPENDENCIES
249254
byebug
250255
capybara
251256
importmap-rails!
257+
propshaft
252258
rails
253259
rexml
254260
selenium-webdriver

0 commit comments

Comments
 (0)