Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ gem "mongoid", "9.0.11" # https://www.mongodb.com/docs/mongoid/current/reference
gem "pg"

# Use Puma as the app server
gem "puma", "5.6.8"
gem "puma", "7.2.1"

# Authentication libraries
gem "cancancan", "~> 3.6.1"
gem "cancancan-mongoid", "~> 2.0"
gem "devise", "~> 4.8"
gem "devise", "~> 5.0"
gem "devise_invitable", "~> 2.0"
gem "omniauth", "~> 1.8"
gem "omniauth-facebook", "~> 3.0"
Expand Down Expand Up @@ -63,7 +63,7 @@ gem "ruby-progressbar", require: false

gem "kaminari-actionview"
gem "kaminari-mongoid"
gem "rack-cors", "2.0.1", require: "rack/cors" # freezing to gemfile.lock version because heroku is not respecting lockfile
gem "rack-cors", "2.0.2", require: "rack/cors" # freezing to gemfile.lock version because heroku is not respecting lockfile
gem "simplecov", require: false, group: :test

group :development, :test do
Expand Down
109 changes: 59 additions & 50 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ GEM
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
andand (1.3.3)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
ast (2.4.2)
awesome_print (1.9.2)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt (3.1.22)
benchmark (0.5.0)
better_errors (2.10.1)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -138,11 +138,11 @@ GEM
crack (1.0.1)
bigdecimal
rexml
crass (1.0.6)
crass (1.0.7)
csv (3.3.0)
cuprite (0.15)
cuprite (0.17)
capybara (~> 3.0)
ferrum (~> 0.14.0)
ferrum (~> 0.17.0)
database_cleaner (2.1.0)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.2)
Expand All @@ -152,13 +152,13 @@ GEM
database_cleaner-mongoid (2.0.1)
database_cleaner-core (~> 2.0.0)
mongoid
date (3.5.0)
date (3.5.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (4.9.4)
devise (5.0.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
railties (>= 7.0)
responders
warden (~> 1.2.3)
devise_invitable (2.0.11)
Expand All @@ -171,7 +171,7 @@ GEM
dotenv (= 3.1.0)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.0)
erb (6.0.7)
erb_lint (0.5.0)
activesupport
better_html (>= 2.0.1)
Expand All @@ -185,30 +185,35 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (1.8.0)
faraday (1.10.6)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-em_synchrony (1.0.1)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ferrum (0.14)
faraday-retry (1.0.4)
ferrum (0.17.2)
addressable (~> 2.5)
base64 (~> 0.2)
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
websocket-driver (~> 0.7)
ffaker (2.23.0)
foreman (0.88.1)
geocoder (1.8.3)
Expand All @@ -226,13 +231,15 @@ GEM
i18n (1.15.2)
concurrent-ruby (~> 1.0)
i18n_data (0.13.0)
io-console (0.8.1)
irb (1.15.3)
io-console (0.9.2)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.1)
jwt (2.3.0)
jwt (2.10.3)
base64
kaminari-actionview (1.2.1)
actionview
kaminari-core (= 1.2.1)
Expand All @@ -248,7 +255,7 @@ GEM
launchy (>= 2.2, < 4)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.24.1)
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
Expand Down Expand Up @@ -281,23 +288,23 @@ GEM
mongoid-compatibility (>= 0.5.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
multipart-post (2.4.1)
mutex_m (0.3.0)
nearest_time_zone (0.0.4)
andand
kdtree
require_all
net-imap (0.5.12)
net-imap (0.5.15)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
net-protocol (0.3.0)
timeout
net-smtp (0.5.1)
net-protocol
nio4r (2.7.3)
nokogiri (1.18.10)
nio4r (2.7.5)
nokogiri (1.19.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (1.4.7)
Expand All @@ -321,7 +328,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
Expand All @@ -336,20 +343,17 @@ GEM
yard (~> 0.9.11)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.2.6)
date
stringio
public_suffix (6.0.2)
puma (5.6.8)
public_suffix (7.0.5)
puma (7.2.1)
nio4r (~> 2.0)
pusher (2.0.3)
httpclient (~> 2.8)
multi_json (~> 1.15)
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
racc (1.8.1)
rack (2.2.21)
rack-cors (2.0.1)
rack (2.2.24)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (1.0.2)
rack (< 3)
Expand Down Expand Up @@ -377,8 +381,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
rails-html-sanitizer (1.7.1)
loofah (~> 2.25, >= 2.25.2)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.1.5.2)
actionpack (= 7.1.5.2)
Expand All @@ -390,19 +394,24 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.16.0)
rbs (4.1.3)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
redis-client (0.26.1)
connection_pool
regexp_parser (2.9.0)
reline (0.6.3)
reline (0.7.0)
io-console (~> 0.5)
request_store (1.5.0)
rack (>= 1.4)
require_all (3.0.0)
responders (3.2.0)
responders (3.2.1)
actionpack (>= 7.0)
railties (>= 7.0)
rexml (3.4.4)
Expand Down Expand Up @@ -483,12 +492,11 @@ GEM
rubocop-performance (~> 1.20.2)
standardrb (1.0.1)
standard
stringio (3.1.8)
symmetric-encryption (4.6.0)
coercible (~> 1.0)
thor (1.4.0)
thor (1.5.0)
thread_safe (0.3.6)
timeout (0.4.4)
timeout (0.6.1)
tomorrowio_rb (0.0.3)
tsort (0.2.0)
tzinfo (2.0.6)
Expand All @@ -504,13 +512,14 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.2)
websocket-driver (0.7.6)
websocket-driver (0.8.2)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
zeitwerk (2.7.3)
yard (0.9.44)
zeitwerk (2.8.3)

PLATFORMS
ruby
Expand All @@ -532,7 +541,7 @@ DEPENDENCIES
cuprite
database_cleaner
database_cleaner-mongoid
devise (~> 4.8)
devise (~> 5.0)
devise_invitable (~> 2.0)
dotenv-rails
erb_lint (~> 0.5.0)
Expand All @@ -553,9 +562,9 @@ DEPENDENCIES
pry-byebug
pry-doc
pry-rails
puma (= 5.6.8)
puma (= 7.2.1)
pusher
rack-cors (= 2.0.1)
rack-cors (= 2.0.2)
rack-timeout
rails (~> 7.1.0)
rake
Expand Down
Loading