File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed
Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 2222 ansi (1.5.0 )
2323 arel (9.0.0 )
2424 ast (2.4.0 )
25- boxt_ruby_style_guide (4.0.2 )
26- rubocop (~> 0.79 )
25+ boxt_ruby_style_guide (4.1.0 )
26+ rubocop (~> 0.80 )
2727 builder (3.2.4 )
28- byebug (11.0 .1 )
29- concurrent-ruby (1.1.5 )
28+ byebug (11.1 .1 )
29+ concurrent-ruby (1.1.6 )
3030 docile (1.3.2 )
3131 factory_bot (4.11.1 )
3232 activesupport (>= 3.0.0 )
33- i18n (1.7.0 )
33+ i18n (1.8.2 )
3434 concurrent-ruby (~> 1.0 )
3535 jaro_winkler (1.5.4 )
36- json (2.3.0 )
37- minitest (5.13.0 )
36+ minitest (5.14.0 )
3837 minitest-bang (1.0.4 )
3938 minitest (>= 4.7.5 )
4039 minitest-fail-fast (0.1.0 )
4140 minitest (~> 5 )
42- minitest-macos-notification (0.3.1 )
43- minitest (~> 5.13 )
41+ minitest-macos-notification (0.3.2 )
42+ minitest (~> 5.14 )
4443 minitest-reporters (~> 1.4 )
4544 os (~> 1.0 )
4645 terminal-notifier (~> 2.0 )
5150 ruby-progressbar
5251 os (1.0.1 )
5352 parallel (1.19.1 )
54- parser (2.7.0.1 )
53+ parser (2.7.0.2 )
5554 ast (~> 2.4.0 )
5655 rainbow (3.0.0 )
5756 rake (13.0.1 )
58- rubocop (0.79.0 )
57+ rexml (3.2.4 )
58+ rubocop (0.80.0 )
5959 jaro_winkler (~> 1.5.1 )
6060 parallel (~> 1.10 )
6161 parser (>= 2.7.0.1 )
6262 rainbow (>= 2.2.2 , < 4.0 )
63+ rexml
6364 ruby-progressbar (~> 1.7 )
6465 unicode-display_width (>= 1.4.0 , < 1.7 )
6566 ruby-progressbar (1.10.1 )
66- simplecov (0.17.1 )
67+ simplecov (0.18.2 )
6768 docile (~> 1.1 )
68- json (>= 1.8 , < 3 )
69- simplecov-html (~> 0.10.0 )
70- simplecov-html (0.10.2 )
69+ simplecov-html (~> 0.11 )
70+ simplecov-html (0.12.0 )
7171 terminal-notifier (2.0.0 )
7272 thread_safe (0.3.6 )
7373 tzinfo (1.2.6 )
7474 thread_safe (~> 0.1 )
75- unicode-display_width (1.6.0 )
75+ unicode-display_width (1.6.1 )
7676
7777PLATFORMS
7878 ruby
7979
8080DEPENDENCIES
81- boxt_ruby_style_guide (~> 4.0 )
81+ boxt_ruby_style_guide (~> 4.1 )
8282 bundler (~> 2.1 )
8383 byebug (~> 11.0 )
8484 factory_bot (~> 4.8 )
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
2+ # frozen_string_literal: true
23
34require "bundler/setup"
45require "logga"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
2828 spec . add_runtime_dependency "activerecord" , "~> 5.2"
2929 spec . add_runtime_dependency "activesupport" , "~> 5.2"
30- spec . add_development_dependency "boxt_ruby_style_guide" , "~> 4.0 "
30+ spec . add_development_dependency "boxt_ruby_style_guide" , "~> 4.1 "
3131 spec . add_development_dependency "bundler" , "~> 2.1"
3232 spec . add_development_dependency "byebug" , "~> 11.0"
3333 spec . add_development_dependency "factory_bot" , "~> 4.8"
You can’t perform that action at this time.
0 commit comments