Skip to content

Commit

Permalink
Add dependencies soon to not be included in the standard lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinWilkins committed Oct 3, 2024
1 parent ac7b352 commit 358e3ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ gem 'webrick', '~> 1.8.2'
gem 'aws-sdk', '~> 3'
gem 'rexml', '~> 3.3.7'
gem 'tzinfo-data'
gem 'csv'
gem 'ostruct'

group :test do
gem 'rack_session_access', '~> 0.2.0'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
csv (3.2.8)
date (3.3.4)
dotenv (3.1.4)
dotenv-rails (3.1.4)
Expand Down Expand Up @@ -1736,6 +1737,7 @@ GEM
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
ostruct (0.6.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -1847,6 +1849,7 @@ PLATFORMS

DEPENDENCIES
aws-sdk (~> 3)
csv
dotenv-rails
listen (~> 3.9)
lograge (~> 0.14.0)
Expand All @@ -1855,6 +1858,7 @@ DEPENDENCIES
octokit (~> 6.1.0)
omniauth-google-oauth2 (~> 1.1.1)
omniauth-rails_csrf_protection (~> 1.0.1)
ostruct
pry
rack_session_access (~> 0.2.0)
rails (~> 7.1.0)
Expand Down

0 comments on commit 358e3ee

Please sign in to comment.