diff --git a/Gemfile b/Gemfile index 5613a09..5668b2e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,17 +4,13 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.3.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '= 7.1.3.2' +gem 'rails' # Use postgresql as the database for Active Record -gem 'pg', '>= 0.18', '< 2.0' +gem 'pg' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma' # Use SCSS for stylesheets gem 'sass-rails', '~> 5' -# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker -# gem "webpacker", "~> 4.0" -# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks -gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index e125d0e..6f9eb6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,12 +111,12 @@ GEM aws-eventstream (~> 1, >= 1.0.2) backports (3.23.0) base64 (0.2.0) - bcrypt (3.1.18) + bcrypt (3.1.20) better_errors (2.9.1) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -126,7 +126,7 @@ GEM autoprefixer-rails (>= 9.1.0) popper_js (>= 1.16.1, < 2) sassc-rails (>= 2.0.0) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) capybara (3.37.1) addressable @@ -146,10 +146,11 @@ GEM choice (0.2.0) cocoon (1.2.15) coderay (1.1.3) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) content_disposition (1.0.0) crass (1.0.6) + csv (3.3.0) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) database_cleaner-active_record (2.0.1) @@ -159,13 +160,13 @@ GEM date (3.3.4) debug_inspector (1.1.0) declarative (0.0.20) - devise (4.8.1) + devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) responders warden (~> 1.2.3) - devise_invitable (2.0.6) + devise_invitable (2.0.9) actionmailer (>= 5.0) devise (>= 4.6) diff-lcs (1.5.0) @@ -176,7 +177,7 @@ GEM down (5.3.1) addressable (~> 2.8) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) ethon (0.15.0) ffi (>= 1.15.0) execjs (2.9.1) @@ -187,7 +188,7 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -254,11 +255,12 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - httparty (0.20.0) - mime-types (~> 3.0) + httparty (0.22.0) + csv + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) - i18n (1.14.4) + i18n (1.14.6) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -268,14 +270,14 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.14.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.1) - json (2.6.2) + json (2.7.5) jwt (2.3.0) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -299,7 +301,7 @@ GEM ffi-compiler (~> 1.0) rake (~> 13.0) local_time (2.1.0) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -310,25 +312,23 @@ GEM marcel (1.0.4) matrix (0.4.2) memoist (0.16.2) - mime-types (3.4.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2022.0105) mimemagic (0.4.3) nokogiri (~> 1) rake mini_magick (4.11.0) mini_mime (1.1.5) - mini_portile2 (2.8.6) - minitest (5.22.3) + mini_portile2 (2.8.7) + minitest (5.25.1) msgpack (1.5.1) multi_json (1.15.0) - multi_xml (0.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) multipart-post (2.1.1) mutex_m (0.2.0) net-http-persistent (4.0.1) connection_pool (~> 2.2) net-http-pipeline (1.0.1) - net-imap (0.4.10) + net-imap (0.5.0) date net-protocol net-pop (0.1.2) @@ -337,8 +337,8 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.1) - nokogiri (1.16.4) + nio4r (2.7.4) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (1.4.9) @@ -365,13 +365,13 @@ GEM omniauth (>= 1.9, < 3) orm_adapter (0.5.0) os (1.1.4) - parallel (1.24.0) + parallel (1.26.3) paranoia (2.6.3) activerecord (>= 5.1, < 7.2) - parser (3.3.1.0) + parser (3.3.5.0) ast (~> 2.4.1) racc - pg (1.3.5) + pg (1.5.9) pg-aws_rds_iam (0.4.1) aws-sdk-rds (~> 1.0) pg (>= 0.18, < 2.0) @@ -383,14 +383,14 @@ GEM postmark (>= 1.21.3, < 2.0) psych (3.3.2) public_suffix (4.0.7) - puma (4.3.12) + puma (6.4.3) nio4r (~> 2.0) pusher-client (0.6.2) json websocket (~> 1.0) - racc (1.7.3) - rack (2.2.9) - rack-cors (1.1.1) + racc (1.8.1) + rack (2.2.10) + rack-cors (2.0.2) rack (>= 2.0.0) rack-protection (2.2.0) rack @@ -398,7 +398,7 @@ GEM rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) + rackup (1.0.1) rack (< 3) webrick rails (7.1.3.2) @@ -440,7 +440,7 @@ GEM razorpay (2.4.1) httparty (~> 0.14) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) rb-readline (0.5.5) rbtree3 (0.7.1) @@ -449,18 +449,18 @@ GEM redis-client (>= 0.22.0) redis-client (0.22.1) connection_pool - regexp_parser (2.9.0) - reline (0.5.3) + regexp_parser (2.9.2) + reline (0.5.10) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) retriable (3.1.2) - rexml (3.2.6) + rexml (3.3.9) roo (2.8.3) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) @@ -485,19 +485,18 @@ GEM rspec-mocks (~> 3.9.0) rspec-support (~> 3.9.0) rspec-support (3.9.4) - rubocop (1.63.3) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.33.0) + parser (>= 3.3.1.0) rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) @@ -572,16 +571,16 @@ GEM spring-watcher-listen (2.1.0) listen (>= 2.7, < 4.0) spring (>= 4) - sprockets (3.7.3) + sprockets (3.7.5) base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) temple (0.8.2) - thor (1.3.1) + thor (1.3.2) tilt (2.0.11) timeout (0.4.1) trailblazer-option (0.1.2) @@ -600,9 +599,6 @@ GEM actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) - turbolinks (5.2.1) - turbolinks-source (~> 5.2) - turbolinks-source (5.2.0) typhoeus (0.8.0) ethon (>= 0.8.0) tzinfo (2.0.6) @@ -611,7 +607,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0) @@ -623,14 +619,14 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (~> 4.0) - webrick (1.7.0) + webrick (1.8.2) websocket (1.2.9) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.13) + zeitwerk (2.7.1) PLATFORMS ruby @@ -669,13 +665,13 @@ DEPENDENCIES omniauth-google-oauth2 omniauth-linkedin-oauth2 paranoia - pg (>= 0.18, < 2.0) + pg pg-aws_rds_iam postmark-rails psych (< 4) - puma (~> 4.3) + puma rack-cors - rails (= 7.1.3.2) + rails rails-erd razorpay rb-readline @@ -703,7 +699,6 @@ DEPENDENCIES travis trix-rails turbo-rails - turbolinks (~> 5) tzinfo-data web-console (>= 3.3.0) webdrivers