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 public_wiki/skins/MinervaNeue/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
gem 'chunky_png', '~> 1.3.4'
gem 'mediawiki_selenium', '~> 1.7', '>= 1.7.3'
gem 'page-object', '1.1.0'
gem 'rake', '~> 10.4', '>= 10.4.2'
gem 'rake', '~> 12.3'
gem 'rubocop', '~> 0.51.0', require: false
4 changes: 2 additions & 2 deletions public_wiki/skins/MinervaNeue/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
powerpack (0.1.1)
rainbow (2.2.2)
rake
rake (10.5.0)
rake (12.3.3)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ DEPENDENCIES
chunky_png (~> 1.3.4)
mediawiki_selenium (~> 1.7, >= 1.7.3)
page-object (= 1.1.0)
rake (~> 10.4, >= 10.4.2)
rake (~> 12.3)
rubocop (~> 0.51.0)

BUNDLED WITH
Expand Down