Skip to content

Commit

Permalink
Loosen version requirements and update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Oct 22, 2020
1 parent 1179a9f commit 236a885
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .docker/entrypoint/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ end
gem 'concurrent-ruby'
gem 'docopt'
# Neccessary to prevent Jekyll errors. See https://github.com/github/personal-website/issues/166
gem 'faraday', '~> 1.1.0'
gem 'faraday', '> 1.0'
gem 'html-proofer'
gem 'html-proofer-unrendered-markdown'
gem 'rake', '~> 13.0'
gem 'rake'

group :development, :test do
gem 'diffy'
Expand Down
12 changes: 6 additions & 6 deletions .docker/entrypoint/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.3)
activesupport (6.0.3.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -19,7 +19,7 @@ GEM
diffy (3.4.0)
docile (1.3.2)
docopt (0.6.1)
em-websocket (0.5.1)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
octokit (4.18.0)
octokit (4.19.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open3 (0.1.0)
Expand All @@ -135,7 +135,7 @@ GEM
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-core (3.9.3)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
Expand Down Expand Up @@ -203,7 +203,7 @@ DEPENDENCIES
concurrent-ruby
diffy
docopt
faraday (~> 1.1.0)
faraday (> 1.0)
html-proofer
html-proofer-unrendered-markdown
jekyll (~> 4.1.1)
Expand All @@ -213,7 +213,7 @@ DEPENDENCIES
jekyll-remote-theme
jemoji
kramdown-plantuml
rake (~> 13.0)
rake
rouge
rspec
rubocop
Expand Down

0 comments on commit 236a885

Please sign in to comment.