Skip to content

Commit

Permalink
Added gems per deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Oct 5, 2024
1 parent cbc9cc5 commit 27b2f85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ source 'http://rubygems.org'

ruby '3.3.3'

gem 'base64'
gem 'bigdecimal'
gem 'csv'
gem 'grape'
gem 'hashie'
gem 'httparty'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GEM
crack (1.0.0)
bigdecimal
rexml
csv (3.3.0)
dante (0.2.0)
database_cleaner (1.8.5)
declarative (0.0.20)
Expand Down Expand Up @@ -319,7 +320,10 @@ PLATFORMS
ruby

DEPENDENCIES
base64
bigdecimal
capybara
csv
database_cleaner
fabrication
faker
Expand Down

0 comments on commit 27b2f85

Please sign in to comment.