Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Dec 16, 2020
1 parent 1386a48 commit 778887e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -18,6 +18,7 @@ before_script:

# Optional - Delete if not using `rubocop`
rubocop:
allow_failure: true
script:
- rubocop

Expand Down
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.5.1
1 change: 1 addition & 0 deletions .tool-versions
@@ -0,0 +1 @@
ruby 2.5.1
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,6 +3,6 @@ source "http://rubygems.org"
group :development, :test do
gem 'simplecov', require: false
gem 'rspec', '2.99.0'
gem 'guard-rspec'
gem 'awesome_print'
gem 'rubocop'
end
32 changes: 23 additions & 9 deletions Gemfile.lock
@@ -1,16 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
ast (2.4.1)
awesome_print (1.1.0)
diff-lcs (1.3)
docile (1.1.5)
guard (1.3.2)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-rspec (1.2.1)
guard (>= 1.1)
json (2.1.0)
listen (0.5.0)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
rainbow (3.0.0)
regexp_parser (2.0.0)
rexml (3.2.4)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
Expand All @@ -19,21 +20,34 @@ GEM
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.4)
rubocop (1.6.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thor (0.19.4)
unicode-display_width (1.7.0)

PLATFORMS
ruby
x86_64-darwin-19

DEPENDENCIES
awesome_print
guard-rspec
rspec (= 2.99.0)
rubocop
simplecov

BUNDLED WITH
1.16.0
2.2.1
9 changes: 0 additions & 9 deletions Guardfile

This file was deleted.

0 comments on commit 778887e

Please sign in to comment.