We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141ea4c commit f64bb24Copy full SHA for f64bb24
Gemfile
@@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
5
gemspec
6
7
+gem "propshaft"
8
gem "rails"
9
gem "sqlite3", "~> 1.4"
10
Gemfile.lock
@@ -151,6 +151,11 @@ GEM
151
racc (~> 1.4)
152
nokogiri (1.16.6-x86_64-linux)
153
154
+ propshaft (0.9.0)
155
+ actionpack (>= 7.0.0)
156
+ activesupport (>= 7.0.0)
157
+ rack
158
+ railties (>= 7.0.0)
159
psych (5.1.2)
160
stringio
161
public_suffix (6.0.0)
@@ -249,6 +254,7 @@ DEPENDENCIES
249
254
byebug
250
255
capybara
251
256
importmap-rails!
257
+ propshaft
252
258
rails
253
259
rexml
260
selenium-webdriver
0 commit comments