Skip to content

Commit

Permalink
Update Gemfile.lock for development
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Sep 2, 2024
1 parent 0f43d27 commit 13eaab5
Showing 1 changed file with 42 additions and 28 deletions.
70 changes: 42 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,57 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.4)
activesupport (= 7.0.4)
activerecord (7.0.4)
activemodel (= 7.0.4)
activesupport (= 7.0.4)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
activemodel (7.2.1)
activesupport (= 7.2.1)
activerecord (7.2.1)
activemodel (= 7.2.1)
activesupport (= 7.2.1)
timeout (>= 0.4.0)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.0)
i18n (1.12.0)
diff-lcs (1.5.1)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.17.0)
pg (1.4.5)
psych (5.0.1)
logger (1.6.1)
minitest (5.25.1)
pg (1.5.7)
psych (5.1.2)
stringio
rake (12.3.3)
rdoc (6.5.0)
rdoc (6.7.0)
psych (>= 4.0.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
stringio (3.0.4)
tzinfo (2.0.5)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
securerandom (0.3.1)
stringio (3.1.1)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
Expand Down

0 comments on commit 13eaab5

Please sign in to comment.