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 @@ -9,7 +9,7 @@ group :development, :test do
gem 'bundler', '~> 2.5'
gem 'capybara', '~> 3.40'
gem 'dotenv', '~> 2.8'
gem 'factory_bot', '~> 6.4', '>= 6.4.6'
gem 'factory_bot', '~> 6.6'
gem 'faker', '~> 3.4', '>= 3.4.2'
gem 'rake', '~> 13.2'
gem 'rspec', '~> 3.13'
Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0)
activesupport (8.1.3)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
Expand All @@ -24,9 +24,8 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
base64 (0.3.0)
bigdecimal (3.3.1)
capybara (3.40.0)
addressable
matrix
Expand All @@ -36,34 +35,36 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
crack (1.0.0)
bigdecimal
rexml
csv (3.3.0)
diff-lcs (1.5.1)
docile (1.4.1)
dotenv (2.8.1)
drb (2.2.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
drb (2.2.3)
factory_bot (6.6.0)
activesupport (>= 6.1.0)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
hashdiff (1.1.2)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
json (2.8.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.7.0)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
nio4r (2.7.4)
Expand All @@ -78,6 +79,7 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
prism (1.9.0)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
Expand Down Expand Up @@ -122,7 +124,7 @@ GEM
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -134,7 +136,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
uri (1.1.1)
vcr (6.3.1)
base64
webmock (3.24.0)
Expand All @@ -151,7 +153,7 @@ DEPENDENCIES
bundler (~> 2.5)
capybara (~> 3.40)
dotenv (~> 2.8)
factory_bot (~> 6.4, >= 6.4.6)
factory_bot (~> 6.6)
faker (~> 3.4, >= 3.4.2)
puma
rake (~> 13.2)
Expand Down
Loading