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 @@ -63,7 +63,7 @@ gem 'jquery-rails', '~> 4.4' # JavaScript jQuery library (for Rails)
# for jquery-ui/autocomplete (a polyfill for missing functionality in Safari).
gem 'lograge', '~> 0.12' # Simplify logs
gem 'mail', '~> 2.7' # Ruby mail handler
gem 'octokit', '~> 7' # GitHub's official Ruby API
gem 'octokit', '~> 10' # GitHub's official Ruby API
gem 'omniauth-github', '~> 2.0' # Authentication to GitHub (get project info)
#
# Gem omniauth-rails_csrf_protection protects omniauth logins and
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (~> 1.1, >= 1.1.8)
octokit (7.2.0)
octokit (10.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
omniauth (2.1.3)
Expand Down Expand Up @@ -625,7 +625,7 @@ DEPENDENCIES
mdl (= 0.13.0)
minitest-reporters
minitest-retry
octokit (~> 7)
octokit (~> 10)
omniauth-github (~> 2.0)
omniauth-rails_csrf_protection (~> 1.0)
pagy (~> 9.0)
Expand Down