Skip to content

Commit

Permalink
fixup! wip: test harness for installer tests based on dartsass-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Jan 12, 2024
1 parent 5878a64 commit e90f88a
Show file tree
Hide file tree
Showing 10 changed files with 260 additions and 40 deletions.
14 changes: 12 additions & 2 deletions gemfiles/rails_7_0_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

source "https://rubygems.org"

gem "appraisal"
gem "rails", "~> 7.0.0"
gem "sqlite3"
gem "appraisal"
gem "debug", ">= 1.0.0"
gem "sqlite3"
gem "propshaft"

group :test do
gem "turbo-rails"
gem "stimulus-rails"
gem "byebug"
gem "rexml"
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
end

gemspec path: "../"
54 changes: 47 additions & 7 deletions gemfiles/rails_7_0_propshaft.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PATH
remote: ..
specs:
dartsass-rails (0.5.0)
jsbundling-rails (1.2.2)
railties (>= 6.0.0)
sass-embedded (~> 1.63)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -73,11 +72,23 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.4)
Expand All @@ -87,7 +98,6 @@ GEM
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.1-x86_64-linux)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
Expand All @@ -103,8 +113,10 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.7)
date
Expand All @@ -116,7 +128,8 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
propshaft (0.8.0)
actionpack (>= 7.0.0)
Expand All @@ -125,6 +138,7 @@ GEM
railties (>= 7.0.0)
psych (5.1.1.1)
stringio
public_suffix (5.0.4)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
Expand Down Expand Up @@ -160,31 +174,57 @@ GEM
rake (13.1.0)
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.1)
io-console (~> 0.5)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
rexml (3.2.6)
rubyzip (2.3.2)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sqlite3 (1.6.9-x86_64-linux)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
turbo-rails (1.5.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)

PLATFORMS
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
appraisal
dartsass-rails!
byebug
capybara
debug (>= 1.0.0)
jsbundling-rails!
propshaft
rails (~> 7.0.0)
rexml
selenium-webdriver
sqlite3
stimulus-rails
turbo-rails
webdrivers

BUNDLED WITH
2.2.32
14 changes: 12 additions & 2 deletions gemfiles/rails_7_0_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

source "https://rubygems.org"

gem "appraisal"
gem "rails", "~> 7.0.0"
gem "sqlite3"
gem "appraisal"
gem "debug", ">= 1.0.0"
gem "sqlite3"
gem "sprockets-rails"

group :test do
gem "turbo-rails"
gem "stimulus-rails"
gem "byebug"
gem "rexml"
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
end

gemspec path: "../"
54 changes: 47 additions & 7 deletions gemfiles/rails_7_0_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PATH
remote: ..
specs:
dartsass-rails (0.5.0)
jsbundling-rails (1.2.2)
railties (>= 6.0.0)
sass-embedded (~> 1.63)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -73,11 +72,23 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.4)
Expand All @@ -87,7 +98,6 @@ GEM
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.1-x86_64-linux)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
Expand All @@ -103,8 +113,10 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.7)
date
Expand All @@ -116,10 +128,12 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.1.1)
stringio
public_suffix (5.0.4)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
Expand Down Expand Up @@ -155,10 +169,15 @@ GEM
rake (13.1.0)
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.1)
io-console (~> 0.5)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
rexml (3.2.6)
rubyzip (2.3.2)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -167,26 +186,47 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.9-x86_64-linux)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
turbo-rails (1.5.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)

PLATFORMS
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
appraisal
dartsass-rails!
byebug
capybara
debug (>= 1.0.0)
jsbundling-rails!
rails (~> 7.0.0)
rexml
selenium-webdriver
sprockets-rails
sqlite3
stimulus-rails
turbo-rails
webdrivers

BUNDLED WITH
2.2.32
14 changes: 12 additions & 2 deletions gemfiles/rails_7_1_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

source "https://rubygems.org"

gem "appraisal"
gem "rails", "~> 7.1.0"
gem "sqlite3"
gem "appraisal"
gem "debug", ">= 1.0.0"
gem "sqlite3"
gem "propshaft"

group :test do
gem "turbo-rails"
gem "stimulus-rails"
gem "byebug"
gem "rexml"
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
end

gemspec path: "../"
Loading

0 comments on commit e90f88a

Please sign in to comment.