Skip to content

Commit

Permalink
update gems, pin rugged on compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Jan 4, 2021
1 parent 742915c commit 77fb4c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ gem 'pronto-fasterer'
gem 'pronto-scss'
gem 'pronto-erb_lint', '~>0.1'

# https://github.com/libgit2/rugged/issues/860
gem 'rugged', '~>0.28.5'

gem 'rubocop-performance', require: false
gem 'rubocop-minitest', require: false
gem 'rubocop-rspec', require: false
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ GEM
ruby2_keywords (0.0.2)
ruby_parser (3.15.0)
sexp_processor (~> 4.9)
rugged (0.99.0)
rugged (0.28.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand Down Expand Up @@ -297,6 +297,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
rubocop-thread_safety
rugged (~> 0.28.4)
webmock

BUNDLED WITH
Expand Down

0 comments on commit 77fb4c5

Please sign in to comment.