Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,8 +56,8 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
backports (3.15.0)
bcrypt (3.1.13)
bindex (0.8.1)
Expand DownExpand Up@@ -104,9 +104,6 @@ GEM
railties (>= 4.2, < 7)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
data_magic (1.2)
faker (>= 1.1.2)
yml_reader (>= 0.6)
database_cleaner (1.8.2)
devise (4.7.1)
bcrypt (~> 3.0)
Expand All@@ -121,8 +118,6 @@ GEM
factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
faker (2.10.1)
i18n (>= 1.6, < 2)
ffi (1.12.2)
gherkin (5.1.0)
globalid (0.4.2)
Expand DownExpand Up@@ -159,14 +154,8 @@ GEM
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
page-object (2.2.6)
page_navigation (>= 0.10)
selenium-webdriver (~> 3.0)
watir (~> 6.8)
page_navigation (0.10)
data_magic (>= 0.22)
pg (1.2.2)
public_suffix (4.0.3)
public_suffix (5.0.0)
puma (4.3.1)
nio4r (~> 2.0)
rack (2.1.2)
Expand DownExpand Up@@ -271,9 +260,6 @@ GEM
thread_safe (~> 0.1)
warden (1.2.8)
rack (>= 2.0.6)
watir (6.16.5)
regexp_parser (~> 1.2)
selenium-webdriver (~> 3.6)
web-console (4.0.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand All@@ -292,7 +278,6 @@ GEM
websocket-extensions (0.1.4)
xpath (3.2.0)
nokogiri (~> 1.8)
yml_reader (0.7)
zeitwerk (2.2.2)

PLATFORMS
Expand All@@ -310,7 +295,6 @@ DEPENDENCIES
factory_bot_rails
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
page-object
pg (>= 0.18, < 2.0)
puma (~> 4.1)
rails (~> 6.0.2)
Expand Down