Skip to content

Commit

Permalink
add updated gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Mar 28, 2024
1 parent 1e55907 commit 09741c4
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,22 +174,22 @@ GEM
erubi (1.10.0)
excon (0.71.1)
facets (3.1.0)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.3)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
faker (2.22.0)
i18n (>= 1.8.11, < 2)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday-encoding (0.0.5)
faraday
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
faraday_middleware-aws-sigv4 (0.3.0)
faraday_middleware-aws-sigv4 (0.2.4)
aws-sigv4 (~> 1.0)
faraday (>= 0.15)
faraday (>= 0.9)
ffi (1.15.5)
gender_detector (0.1.2)
unicode_utils (>= 1.3.0)
Expand Down Expand Up @@ -391,20 +391,14 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.6.1)
rubocop (>= 0.71.0)
rubocop-rails (2.19.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec (1.42.0)
rubocop (>= 0.87.0)
ruby-progressbar (1.13.0)
scanf (1.0.0)
sentry-raven (2.13.0)
Expand Down Expand Up @@ -447,7 +441,7 @@ GEM
unicode-display_width (2.5.0)
unicode-types (1.9.0)
unicode_utils (1.4.0)
vcr (6.2.0)
vcr (5.1.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -480,9 +474,9 @@ DEPENDENCIES
dotenv
equivalent-xml (~> 0.6.0)
facets
factory_bot_rails (~> 6.4, >= 6.4.3)
faker (~> 3.2, >= 3.2.3)
faraday_middleware-aws-sigv4 (~> 0.3.0)
factory_bot_rails (~> 4.8, >= 4.8.2)
faker
faraday_middleware-aws-sigv4 (~> 0.2.4)
git (~> 1.5)
iso8601 (~> 0.9.0)
json-canonicalization (= 0.3.1)
Expand All @@ -504,17 +498,17 @@ DEPENDENCIES
rubocop (~> 1.3, >= 1.3.1)
rubocop-performance (~> 1.5, >= 1.5.1)
rubocop-rails (~> 2.8, >= 2.8.1)
rubocop-rspec (~> 2.0)
rubocop-rspec (~> 1.28)
sentry-raven (~> 2.9)
shoryuken (~> 4.0)
shoulda-matchers (~> 4.1, >= 4.1.2)
simple_command
simplecov (~> 0.22.0)
simplecov
slack-notifier (~> 2.3, >= 2.3.2)
spring
spring-watcher-listen (~> 2.0.0)
sprockets (~> 3.7, >= 3.7.2)
vcr (~> 6.1)
vcr (~> 5.1)
webmock (~> 3.1)

BUNDLED WITH
Expand Down

0 comments on commit 09741c4

Please sign in to comment.