Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency review to v5 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'rake'
gem 'review', '~> 2.0'
gem 'review', '~> 5.0'
gem 'md2review'
16 changes: 12 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
GEM
remote: https://rubygems.org/
specs:
image_size (2.1.2)
image_size (3.4.0)
md2review (1.12.1)
redcarpet (> 2.0.0)
pastel (0.8.0)
tty-color (~> 0.5)
rake (13.2.1)
redcarpet (3.5.1)
review (2.5.0)
review (5.8.0)
image_size
rexml
rouge
rubyzip
rouge (3.26.0)
tty-logger
rexml (3.2.6)
rouge (4.2.1)
rubyzip (2.3.2)
tty-color (0.6.0)
tty-logger (0.6.0)
pastel (~> 0.8)

PLATFORMS
x86_64-linux

DEPENDENCIES
md2review
rake
review (~> 2.0)
review (~> 5.0)

BUNDLED WITH
2.2.22
Loading