Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings #146

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
gem updates
  • Loading branch information
spaquet committed Feb 28, 2024
commit 5cd009d13f33d082f32788b12701b9665397b669
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gem 'argon2', '~> 2.3.0'
# Export to Excel
# [https://github.com/caxlsx/caxlsx_rails]
# [https://dev.to/yarotheslav/export-from-database-table-to-excel-workbook-level-1-55jd]
gem 'caxlsx', '~> 4.0.0'
gem 'caxlsx', '~> 4.1.0'
gem 'caxlsx_rails'

# Parse Excel xlsx files
Expand Down Expand Up @@ -155,7 +155,7 @@ gem 'ruby-openai', '~> 6.3.0'
gem 'pg_search', '~> 2.3.6'

# Stripe (payment, subscription processing) [https://github.com/stripe/stripe-ruby]
gem 'stripe', '~> 10.9.0'
gem 'stripe', '~> 10.10.0'

# To enable retry in Faraday v2.0+
gem 'faraday-retry', '~> 2.2.0'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/faker-ruby/faker.git
revision: 3f7371e2eb8fe074823570a7fba5d0d9a42257f7
revision: 7990a43171c0ae700ea32659a569e4013e9e929b
specs:
faker (3.2.3)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
caxlsx (4.0.0)
caxlsx (4.1.0)
htmlentities (~> 4.3, >= 4.3.4)
marcel (~> 1.0)
nokogiri (~> 1.10, >= 1.10.4)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
activesupport (>= 6.1)
hashie (5.0.0)
hiredis (0.6.3)
honeybadger (5.5.0)
honeybadger (5.5.1)
htmlentities (4.3.4)
http (5.2.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -327,7 +327,7 @@ GEM
omniauth (~> 2.0)
online_migrations (0.14.1)
activerecord (>= 6.1)
pagy (7.0.4)
pagy (7.0.6)
paper_trail (15.1.0)
activerecord (>= 6.1)
request_store (~> 1.4)
Expand Down Expand Up @@ -396,7 +396,7 @@ GEM
redis-client (0.20.0)
connection_pool
regexp_parser (2.9.0)
reline (0.4.2)
reline (0.4.3)
io-console (~> 0.5)
request_store (1.6.0)
rack (>= 1.4)
Expand Down Expand Up @@ -478,8 +478,8 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
stripe (10.9.0)
thor (1.3.0)
stripe (10.10.0)
thor (1.3.1)
timeout (0.4.1)
turbo-rails (2.0.4)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -540,7 +540,7 @@ DEPENDENCIES
capistrano-sidekiq (~> 3.0.0.alpha.2)
capistrano3-puma (~> 6.0.0.beta.1)
capybara
caxlsx (~> 4.0.0)
caxlsx (~> 4.1.0)
caxlsx_rails
chartkick
countries (~> 6.0.0)
Expand Down Expand Up @@ -586,7 +586,7 @@ DEPENDENCIES
simplecov
sprockets-rails
stimulus-rails (~> 1.3.3)
stripe (~> 10.9.0)
stripe (~> 10.10.0)
turbo-rails (~> 2.0.0)
tzinfo-data
validate_url
Expand Down