Skip to content

Commit

Permalink
Updated to latest 2.7 patch (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery authored Apr 13, 2021
1 parent f7346c6 commit 77a3ac7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
2.7.3
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ GEM
concurrent-ruby (1.1.8)
diff-lcs (1.4.4)
docile (1.3.5)
faker (2.16.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
git (1.8.1)
rchardet (~> 1.8)
i18n (1.8.9)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.0.1.0)
ast (~> 2.4.1)
rack (2.2.3)
rainbow (3.0.0)
rake (13.0.3)
rchardet (1.8.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand Down Expand Up @@ -118,4 +118,4 @@ DEPENDENCIES
simplecov (~> 0.17)

BUNDLED WITH
2.2.4
2.2.11
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Provides attribute logging functionality to ActiveRecord objects.

## Requirements

Requires Ruby 2.7.2 or above
Requires Ruby 2.7.3 or above

## Installation

Add this line to your application's Gemfile:
Expand Down

0 comments on commit 77a3ac7

Please sign in to comment.