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
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "cancancan-mongoid", "~> 2.0"
gem "devise", "~> 4.8"
gem "devise_invitable", "~> 2.0"
gem "omniauth", "~> 1.8"
gem "omniauth-facebook", "~> 3.0"
gem "omniauth-facebook", "~> 10.0"

# Colored output to console
gem "colored"
Expand Down
72 changes: 35 additions & 37 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,25 +185,12 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
ferrum (0.14)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
Expand All @@ -221,7 +208,7 @@ GEM
activerecord (>= 4.2, < 7.2)
request_store (~> 1.0)
hashdiff (1.2.1)
hashie (3.5.7)
hashie (5.0.0)
httpclient (2.8.3)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
Expand All @@ -232,7 +219,8 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.1)
jwt (2.3.0)
jwt (3.1.2)
base64
kaminari-actionview (1.2.1)
actionview
kaminari-core (= 1.2.1)
Expand Down Expand Up @@ -276,14 +264,16 @@ GEM
mongoid-rspec (4.2.0)
mongoid (>= 3.0, < 10.0)
mongoid-compatibility (>= 0.5.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
multi_json (1.17.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
mutex_m (0.3.0)
nearest_time_zone (0.0.4)
andand
kdtree
require_all
net-http (0.8.0)
uri (>= 0.11.1)
net-imap (0.5.12)
date
net-protocol
Expand All @@ -297,20 +287,23 @@ GEM
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (1.4.7)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
oauth2 (2.0.18)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (~> 1.1, >= 1.1.9)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-facebook (3.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-oauth2 (1.5.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
omniauth-facebook (10.0.0)
bigdecimal
omniauth-oauth2 (>= 1.2, < 3)
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
orm_adapter (0.5.0)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -461,6 +454,9 @@ GEM
simplecov_json_formatter (0.1.4)
sixarm_ruby_unaccent (1.2.0)
smart_properties (1.17.0)
snaky_hash (2.0.3)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
Expand Down Expand Up @@ -495,8 +491,10 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
uri (1.1.1)
vcr (6.3.1)
base64
version_gem (1.1.9)
warden (1.2.9)
rack (>= 2.0.9)
webmock (3.26.1)
Expand Down Expand Up @@ -548,7 +546,7 @@ DEPENDENCIES
mongoid-rspec
nearest_time_zone
omniauth (~> 1.8)
omniauth-facebook (~> 3.0)
omniauth-facebook (~> 10.0)
pg
pry-byebug
pry-doc
Expand Down