Skip to content

Commit

Permalink
Bumped Boxt Ruby style guide gem
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Jan 7, 2022
1 parent 2bc7717 commit 86cfeb2
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 33 deletions.
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
--require spec_helper
--format=progress
--format=Nc
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ inherit_gem:

require:
- rubocop-rspec

AllCops:
TargetRubyVersion: 2.7
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ source "https://rubygems.org"
gemspec

group :development do
gem "boxt_ruby_style_guide", "~> 8.4"
gem "boxt_ruby_style_guide", "9.0.1"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.9"
gem "rspec-nc", "~> 0.3"
gem "simplecov", "~> 0.17"
end
51 changes: 21 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,40 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activerecord (6.1.4.1)
activemodel (= 6.1.4.1)
activesupport (= 6.1.4.1)
activesupport (6.1.4.1)
activemodel (6.1.4.4)
activesupport (= 6.1.4.4)
activerecord (6.1.4.4)
activemodel (= 6.1.4.4)
activesupport (= 6.1.4.4)
activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
boxt_ruby_style_guide (8.6.0)
git (~> 1.4)
rubocop (= 1.23.0)
boxt_ruby_style_guide (9.0.1)
rubocop (= 1.24.1)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.12.4)
rubocop-rails (= 2.13.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.6.0)
rubocop-rspec (= 2.7.0)
byebug (11.1.3)
concurrent-ruby (1.1.9)
diff-lcs (1.4.4)
diff-lcs (1.5.0)
docile (1.4.0)
faker (2.19.0)
i18n (>= 1.6, < 2)
git (1.9.1)
rchardet (~> 1.8)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
minitest (5.14.4)
minitest (5.15.0)
parallel (1.21.0)
parser (3.0.2.0)
parser (3.1.0.0)
ast (~> 2.4.1)
rack (2.2.3)
rainbow (3.0.0)
rake (13.0.6)
rchardet (1.8.0)
regexp_parser (2.1.1)
regexp_parser (2.2.0)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand All @@ -59,31 +55,28 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-nc (0.3.0)
rspec (>= 3)
terminal-notifier (>= 1.4)
rspec-support (3.10.3)
rubocop (1.23.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.12.0, < 2.0)
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.13.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-rails (2.12.4)
rubocop-rails (2.13.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.6.0)
rubocop-rspec (2.7.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
Expand All @@ -92,22 +85,20 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
terminal-notifier (2.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
zeitwerk (2.5.1)
zeitwerk (2.5.3)

PLATFORMS
ruby

DEPENDENCIES
boxt_ruby_style_guide (~> 8.4)
boxt_ruby_style_guide (= 9.0.1)
byebug (~> 11.0)
logga!
rake (~> 13.0)
rspec (~> 3.9)
rspec-nc (~> 0.3)
simplecov (~> 0.17)

BUNDLED WITH
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Provides attribute logging functionality to ActiveRecord objects.

[![Gem Version](https://badge.fury.io/rb/logga.svg)](https://badge.fury.io/rb/logga)
[![CI](https://github.com/boxt/logga/actions/workflows/ci.yml/badge.svg)](https://github.com/boxt/logga/actions/workflows/ci.yml)

## Requirements

Requires Ruby 2.7.3 or above
Expand Down

0 comments on commit 86cfeb2

Please sign in to comment.