Skip to content
Closed
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
1 change: 1 addition & 0 deletions service/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ gemspec

group :development do
gem "byebug"
gem "rubocop", "1.24.1"
end
22 changes: 21 additions & 1 deletion service/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GEM
remote: https://rubygems.org/
specs:
abstract_method (1.2.1)
ast (2.4.2)
byebug (11.1.3)
cfa (1.0.2)
ruby-augeas
Expand All @@ -34,8 +35,13 @@ GEM
racc (~> 1.4)
packaging_rake_tasks (1.5.1)
rake
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
racc (1.6.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand All @@ -50,16 +56,29 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.24.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
parser (>= 3.1.1.0)
ruby-augeas (0.5.0)
ruby-dbus (0.18.1)
rexml
ruby-progressbar (1.11.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.3.0)

PLATFORMS
ruby
Expand All @@ -71,8 +90,9 @@ DEPENDENCIES
packaging_rake_tasks (~> 1.5.1)
rake (~> 13.0.6)
rspec (~> 3.11.0)
rubocop (= 1.24.1)
simplecov (~> 0.21.2)
simplecov-lcov (~> 0.8.0)

BUNDLED WITH
2.3.3
2.3.23
Loading