Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
4 changes: 2 additions & 2 deletions 4 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ group :development do
gem 'rake'
gem 'redcarpet'
gem 'rspec'
gem 'rubocop'
gem 'rubocop-rspec'
gem 'rubocop', '>= 0.83.0'
gem 'rubocop-rspec', '>= 1.39.0'
gem 'rubyzip'
gem 'tee'
gem 'terminal-table'
Expand Down
45 changes: 27 additions & 18 deletions 45 Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
ast (2.4.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
hashdiff (1.0.1)
jaro_winkler (1.5.4)
parallel (1.19.1)
parser (2.7.1.1)
ast (~> 2.4.0)
json (2.7.2)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
public_suffix (4.0.4)
rainbow (3.0.0)
racc (1.8.0)
rainbow (3.1.1)
rake (13.0.1)
redcarpet (3.5.0)
rexml (3.2.4)
regexp_parser (2.9.2)
rexml (3.3.2)
strscan
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -30,23 +34,28 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
rubocop (1.42.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
rexml
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.0)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
rubyzip (2.3.0)
safe_yaml (1.0.5)
strscan (3.1.0)
tee (1.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -60,8 +69,8 @@ DEPENDENCIES
rake
redcarpet
rspec
rubocop
rubocop-rspec
rubocop (>= 0.83.0)
rubocop-rspec (>= 1.39.0)
rubyzip
tee
terminal-table
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.