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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem "twitter"
gem 'tzinfo-data'
gem 'devise'
# gem 'omniauth'
gem "omniauth", "~> 1.9.1" # Can not move to 2.0 because of devise - https://github.com/heartcombo/devise/pull/5327
gem "omniauth", "~> 2.0.0" # Can not move to 2.0 because of devise - https://github.com/heartcombo/devise/pull/5327
gem 'omniauth-twitter'
gem "open311"
gem "rmagick"
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ GEM
version_gem (~> 1.1)
oauth-tty (1.0.5)
version_gem (~> 1.1, >= 1.1.1)
omniauth (1.9.2)
omniauth (2.0.0)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
rack-protection
omniauth-oauth (1.2.0)
oauth
omniauth (>= 1.0, < 3)
Expand Down Expand Up @@ -262,6 +263,8 @@ GEM
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
rack (>= 1.3)
rails (7.0.4.2)
Expand Down Expand Up @@ -424,7 +427,7 @@ DEPENDENCIES
minitest-focus
mocha
mysql2
omniauth (~> 1.9.1)
omniauth (~> 2.0.0)
omniauth-twitter
open311
pry
Expand Down