We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d346839 + da38b9d commit e1c6d52Copy full SHA for e1c6d52
Gemfile
@@ -1,7 +1,7 @@
1
source 'https://rubygems.org'
2
ruby File.read(File.expand_path('../.ruby-version', __FILE__)).strip
3
4
-gem 'octokit', '~> 4.25'
+gem 'octokit', '~> 5.1'
5
gem 'middleman', '~> 4.4'
6
gem 'middleman-syntax'
7
gem 'middleman-blog'
Gemfile.lock
@@ -113,7 +113,7 @@ GEM
113
racc (~> 1.4)
114
nokogiri (1.13.7-x86_64-linux)
115
116
- octokit (4.25.1)
+ octokit (5.1.0)
117
faraday (>= 1, < 3)
118
sawyer (~> 0.9)
119
padrino-helpers (0.15.1)
@@ -196,7 +196,7 @@ DEPENDENCIES
196
middleman-search!
197
middleman-syntax
198
nokogiri (~> 1.13)
199
- octokit (~> 4.25)
+ octokit (~> 5.1)
200
pry
201
pry-byebug
202
puma (~> 5.6)
0 commit comments