Skip to content

Commit

Permalink
Merge pull request #425 from zilverline/include-default-gems
Browse files Browse the repository at this point in the history
Include default gems 'logger' and 'csv'
  • Loading branch information
werdlerk authored Oct 10, 2024
2 parents f6b2467 + ff39a60 commit 1eff09d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
strategy:
matrix:
include:
- ruby-version: 3.3
gemfile: 'ar_7_1'
- ruby-version: 3.3
gemfile: 'ar_7_2'
- ruby-version: 3.3
gemfile: 'ar_7_1'
- ruby-version: 3.2
gemfile: 'ar_7_1'
- ruby-version: 3.2
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand All @@ -33,12 +35,14 @@ GEM
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand All @@ -33,12 +35,14 @@ GEM
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand All @@ -32,12 +34,14 @@ GEM
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
oj (3.16.6)
Expand Down
6 changes: 5 additions & 1 deletion gemfiles/ar_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand Down Expand Up @@ -40,6 +42,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.0)
Expand All @@ -48,6 +51,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
minitest (5.20.0)
mutex_m (0.2.0)
Expand Down
5 changes: 4 additions & 1 deletion gemfiles/ar_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PATH
activemodel (>= 6.0)
activerecord (>= 6.0)
bcrypt (~> 3.1)
csv (~> 3.3)
i18n
oj (~> 3)
logger (~> 1.6)
oj (~> 3.3)
parallel (~> 1.20)
parser (>= 2.6.5, < 3.4)
pg (~> 1.2)
Expand Down Expand Up @@ -41,6 +43,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
Expand Down
4 changes: 3 additions & 1 deletion sequent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ Gem::Specification.new do |s|
s.add_dependency 'activemodel', active_star_version
s.add_dependency 'activerecord', active_star_version
s.add_dependency 'bcrypt', '~> 3.1'
s.add_dependency 'csv', '~> 3.3'
s.add_dependency 'i18n'
s.add_dependency 'oj', '~> 3'
s.add_dependency 'logger', '~> 1.6'
s.add_dependency 'oj', '~> 3.3'
s.add_dependency 'parallel', '~> 1.20'
s.add_dependency 'parser', '>= 2.6.5', '< 3.4'
s.add_dependency 'pg', '~> 1.2'
Expand Down

0 comments on commit 1eff09d

Please sign in to comment.