Skip to content

Commit cfc6153

Browse files
committed
show that this works
1 parent f2c7128 commit cfc6153

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ gem 'ulid-rails', git: 'https://github.com/davidsiaw/ulid-rails'
5050
gem 'sidekiq'
5151
gem 'sidekiq-scheduler'
5252

53+
gem 'async-io'
54+
5355
group :development, :test do
5456
gem 'danger'
5557
gem 'factory_bot_rails'
@@ -58,7 +60,7 @@ group :development, :test do
5860
end
5961

6062
group :test do
61-
gem 'capybara'
63+
gem 'falcon-capybara', git: 'https://github.com/davidsiaw/falcon-capybara', ref: 'options-hash'
6264
gem 'database_cleaner'
6365
gem 'rspec_junit_formatter'
6466
gem 'selenium-webdriver'

Gemfile.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
GIT
2+
remote: https://github.com/davidsiaw/falcon-capybara
3+
revision: 659a5a8eeee6f24b69a910140efbb9445351e575
4+
ref: options-hash
5+
specs:
6+
falcon-capybara (1.5.2)
7+
capybara (~> 3.37)
8+
falcon (~> 0.34)
9+
selenium-webdriver
10+
111
GIT
212
remote: https://github.com/davidsiaw/ulid-rails
313
revision: 714bc8a58fa5cd7f852a727d9a4aba62051699b9
@@ -109,6 +119,8 @@ GEM
109119
traces (>= 0.10.0)
110120
async-http-cache (0.4.3)
111121
async-http (~> 0.56)
122+
async-io (1.43.2)
123+
async
112124
async-pool (0.6.1)
113125
async (>= 1.25)
114126
async-service (0.12.0)
@@ -546,15 +558,16 @@ PLATFORMS
546558

547559
DEPENDENCIES
548560
ar-uuid
561+
async-io
549562
bcrypt (~> 3.1.19)
550563
bootsnap (>= 1.1.0)
551-
capybara
552564
danger
553565
database_cleaner
554566
devise
555567
factory_bot_rails
556568
faker
557569
falcon
570+
falcon-capybara!
558571
faraday-retry
559572
ffaker
560573
grape

0 commit comments

Comments
 (0)