Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Nov 26, 2024
1 parent ad873a7 commit 05f737b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby "3.3.5"

# Rails framework
gem "active_model_serializers", "~> 0"
gem "bootsnap", ">= 1.4.4", require: false
gem "bootsnap", ">= 1", require: false
gem "rails", "~> 7.2"
gem "sprockets-rails"
gem "stimulus-rails", "~> 1"
Expand All @@ -20,10 +20,10 @@ gem "pundit"
gem "friendly_id"
gem "kaminari"
gem "kredis", "~> 1"
gem "pg", "~> 1.5.7"
gem "pg", "~> 1"

# API and Serialization
gem "json", "~> 2.7"
gem "json", "~> 2"
gem "jsonapi-serializer", "~> 2"
gem "rswag-api"
gem "rswag-ui"
Expand All @@ -33,19 +33,19 @@ gem "versionist", "~> 2"
gem "sidekiq", "~> 7"

# Security
gem "openssl", "~> 3.2"
gem "openssl", "~> 3"
gem "rack-attack", "~> 6"
gem "rack-cors", "~> 2"

# Utilities
gem "awesome_print"
gem "dotenv-rails"
gem "ostruct", "~> 0"
gem "parallel", "~> 1.26"
gem "parallel", "~> 1"
gem "retries"
gem "svix"
gem "typhoeus", "~> 1.4"
gem "uri", "~> 0.13.1"
gem "typhoeus", "~> 1"
gem "uri", "~> 1"

# Redis
gem "redis", "~> 5"
Expand All @@ -61,7 +61,7 @@ gem "traceroute", "~> 0"
gem "tzinfo-data", platforms: %i[windows jruby]

# Web Server
gem "puma", "~> 6.4"
gem "puma", "~> 6"

group :development do
gem "rails-erd"
Expand Down Expand Up @@ -91,7 +91,7 @@ group :development, :test do
gem "parallel_tests", "~> 4"
gem "rspec-json_expectations"
gem "rspec-rails"
gem "ruby-lsp-rails", "~> 0.3.15"
gem "ruby-lsp-rails", "~> 0.3"
gem "ruby-lsp-rspec"
gem "spring", "~> 4"
gem "webmock", "~> 3"
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
uri (1.0.2)
useragent (0.16.10)
versionist (2.0.1)
activesupport (>= 3)
Expand Down Expand Up @@ -531,26 +531,26 @@ DEPENDENCIES
active_model_serializers (~> 0)
awesome_print
bcrypt (~> 3)
bootsnap (>= 1.4.4)
bootsnap (>= 1)
brakeman (~> 6)
bundler-audit (~> 0)
debug (~> 1)
dotenv-rails
factory_bot_rails (~> 6)
faker (~> 3)
friendly_id
json (~> 2.7)
json (~> 2)
jsonapi-serializer (~> 2)
jwt (~> 2.8)
kaminari
kredis (~> 1)
listen (~> 3.3)
openssl (~> 3.2)
openssl (~> 3)
ostruct (~> 0)
parallel (~> 1.26)
parallel (~> 1)
parallel_tests (~> 4)
pg (~> 1.5.7)
puma (~> 6.4)
pg (~> 1)
puma (~> 6)
pundit
rack-attack (~> 6)
rack-cors (~> 2)
Expand Down Expand Up @@ -589,7 +589,7 @@ DEPENDENCIES
rubocop-shopify
rubocop-thread_safety
ruby-lsp
ruby-lsp-rails (~> 0.3.15)
ruby-lsp-rails (~> 0.3)
ruby-lsp-rspec
ruby_audit (~> 2)
selenium-webdriver (~> 4)
Expand All @@ -606,9 +606,9 @@ DEPENDENCIES
timecop (~> 0)
traceroute (~> 0)
turbo-rails (~> 2)
typhoeus (~> 1.4)
typhoeus (~> 1)
tzinfo-data
uri (~> 0.13.1)
uri (~> 1)
versionist (~> 2)
web-console (~> 4)
webmock (~> 3)
Expand Down

0 comments on commit 05f737b

Please sign in to comment.