Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
20 changes: 2 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand 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 Down Expand Up @@ -159,15 +154,9 @@ 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)
puma (4.3.1)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.1.2)
rack-proxy (0.6.5)
Expand Down Expand 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,9 +295,8 @@ DEPENDENCIES
factory_bot_rails
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
page-object
pg (>= 0.18, < 2.0)
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.2)
rails-controller-testing
rspec-activemodel-mocks
Expand Down