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 @@ -55,7 +55,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'devise', '~> 4.7', '>= 4.7.1'
gem 'friendly_id', '~> 5.3'
gem 'sidekiq', '~> 6.0', '>= 6.0.1'
gem 'sidekiq', '~> 6.4'
# 第三方登入
gem 'omniauth', '~> 1.9', '>= 1.9.1'
gem 'omniauth-google-oauth2', '~> 0.8.0'
Expand Down
13 changes: 5 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
concurrent-ruby (1.1.6)
connection_pool (2.2.3)
connection_pool (2.2.5)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -195,8 +195,6 @@ GEM
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -239,7 +237,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.2.0)
redis (4.5.1)
regexp_parser (1.7.1)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -276,11 +274,10 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sidekiq (6.0.7)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
redis (>= 4.2.0)
spring (2.1.0)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -359,7 +356,7 @@ DEPENDENCIES
rspec-rails (~> 4.0)
sass-rails (>= 6)
selenium-webdriver
sidekiq (~> 6.0, >= 6.0.1)
sidekiq (~> 6.4)
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
Expand Down