Skip to content

Commit

Permalink
updated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Oct 6, 2019
1 parent 4856782 commit 6a62de5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -11,8 +11,8 @@ gem 'i18n'

gem 'oj', require: false # false is for testing with or without it

gem 'rubocop'
gem 'rubocop-performance', '~> 1.1.0'
gem 'rubocop', '~> 0.75.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'simplecov', require: false
gem 'codecov', :require => false

Expand Down
26 changes: 12 additions & 14 deletions Gemfile.lock
Expand Up @@ -95,7 +95,7 @@ GEM
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
jaro_winkler (1.5.3)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -225,12 +225,11 @@ GEM
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.7.12)
parallel (1.17.0)
parser (2.6.2.1)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
psych (3.1.0)
public_suffix (3.1.1)
rack (2.0.7)
rainbow (3.0.0)
Expand All @@ -239,19 +238,18 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (2.2.1)
rubocop (0.67.2)
rubocop (0.75.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
rubocop-performance (1.1.0)
rubocop (>= 0.67.0)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.5.0)
rubocop (>= 0.71.0)
ruby-enum (0.7.2)
i18n
ruby-progressbar (1.10.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (1.2.3)
safe_yaml (1.0.5)
Expand All @@ -275,7 +273,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.5.0)
unicode-display_width (1.6.0)
url (0.3.2)

PLATFORMS
Expand All @@ -290,8 +288,8 @@ DEPENDENCIES
oj
rack
rake
rubocop
rubocop-performance (~> 1.1.0)
rubocop (~> 0.75.0)
rubocop-performance (~> 1.5.0)
simplecov

BUNDLED WITH
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/ruby-latest
Expand Up @@ -10,8 +10,8 @@ gem 'i18n', '~> 1.6.0'

gem 'oj', require: false

gem 'rubocop'
gem 'rubocop-performance', '~> 1.1.0'
gem 'rubocop', '~> 0.75.0'
gem 'rubocop-performance', '~> 1.5.0'

gem 'simplecov', :require => false
gem 'codecov', :require => false

0 comments on commit 6a62de5

Please sign in to comment.