Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
gemfile: ['active6.0.6', 'active6.1.7.6', 'active7.0.8', 'active7.1.3', 'rails6.0.6', 'rails6.1.7.6', 'rails7.0.8', 'rails7.1.3']
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
BUNDLE_FORCE_RUBY_PLATFORM: ${{ matrix.ruby == '3.4' }}
RUBY_OPT: --disable=did_you_mean
services:
mongodb:
Expand Down
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
comma (4.8.0)
activesupport (>= 4.2.0)
csv (>= 3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -24,26 +25,26 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
base64 (0.3.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
csv (3.3.5)
diff-lcs (1.2.5)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.7.1)
mini_portile2 (2.8.5)
minitest (5.14.4)
mutex_m (0.2.0)
mutex_m (0.3.0)
parallel (1.24.0)
parser (3.3.0.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -88,7 +89,6 @@ GEM
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -111,9 +111,13 @@ PLATFORMS

DEPENDENCIES
appraisal (~> 1.0.0)
base64
bigdecimal
comma!
coveralls
drb
minitest (= 5.14.4)
mutex_m
rake (~> 13.0.1)
rspec (~> 3.5.0)
rspec-activemodel-mocks
Expand Down
5 changes: 5 additions & 0 deletions comma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']

s.add_dependency 'activesupport', '>= 4.2.0'
s.add_dependency 'csv', '>= 3.3'

s.add_development_dependency 'appraisal', ['~> 1.0.0']
s.add_development_dependency 'base64'
s.add_development_dependency 'bigdecimal'
s.add_development_dependency 'drb'
s.add_development_dependency 'minitest', '5.14.4'
s.add_development_dependency 'mutex_m'
s.add_development_dependency 'rake', '~> 13.0.1'
s.add_development_dependency 'rspec', ['~> 3.5.0']
s.add_development_dependency 'rspec-activemodel-mocks'
Expand Down
22 changes: 18 additions & 4 deletions gemfiles/active6.0.6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
comma (4.8.0)
activesupport (>= 4.2.0)
csv (>= 3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -23,20 +24,25 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
concurrent-ruby (1.2.3)
base64 (0.3.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
csv (3.3.5)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.7.1)
mini_portile2 (2.8.5)
mini_portile2 (2.8.9)
minitest (5.14.4)
mutex_m (0.3.0)
parallel (1.24.0)
parser (3.3.0.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -88,6 +94,8 @@ GEM
simplecov-html (0.10.2)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
Expand All @@ -98,18 +106,24 @@ GEM
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.5.0)
zeitwerk (2.6.12)
zeitwerk (2.6.18)

PLATFORMS
ruby
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
activerecord (= 6.0.6)
activesupport (= 6.0.6)
appraisal (~> 1.0.0)
base64
bigdecimal
comma!
coveralls
drb
minitest (= 5.14.4)
mutex_m
rake (~> 13.0.1)
rspec (~> 3.5.0)
rspec-activemodel-mocks
Expand Down
22 changes: 18 additions & 4 deletions gemfiles/active6.1.7.6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
comma (4.8.0)
activesupport (>= 4.2.0)
csv (>= 3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -23,20 +24,25 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
concurrent-ruby (1.2.3)
base64 (0.3.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
csv (3.3.5)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.7.1)
mini_portile2 (2.8.5)
mini_portile2 (2.8.9)
minitest (5.14.4)
mutex_m (0.3.0)
parallel (1.24.0)
parser (3.3.0.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -88,6 +94,8 @@ GEM
simplecov-html (0.10.2)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
Expand All @@ -97,18 +105,24 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.12)
zeitwerk (2.6.18)

PLATFORMS
ruby
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
activerecord (= 6.1.7.6)
activesupport (= 6.1.7.6)
appraisal (~> 1.0.0)
base64
bigdecimal
comma!
coveralls
drb
minitest (= 5.14.4)
mutex_m
rake (~> 13.0.1)
rspec (~> 3.5.0)
rspec-activemodel-mocks
Expand Down
20 changes: 17 additions & 3 deletions gemfiles/active7.0.8.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
comma (4.8.0)
activesupport (>= 4.2.0)
csv (>= 3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -22,20 +23,25 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
concurrent-ruby (1.2.3)
base64 (0.3.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
csv (3.3.5)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.14.1)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.7.1)
mini_portile2 (2.8.5)
mini_portile2 (2.8.9)
minitest (5.14.4)
mutex_m (0.3.0)
parallel (1.24.0)
parser (3.3.0.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -87,6 +93,8 @@ GEM
simplecov-html (0.10.2)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
Expand All @@ -99,14 +107,20 @@ GEM

PLATFORMS
ruby
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
activerecord (= 7.0.8)
activesupport (= 7.0.8)
appraisal (~> 1.0.0)
base64
bigdecimal
comma!
coveralls
drb
minitest (= 5.14.4)
mutex_m
rake (~> 13.0.1)
rspec (~> 3.5.0)
rspec-activemodel-mocks
Expand Down
24 changes: 15 additions & 9 deletions gemfiles/active7.1.3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
comma (4.8.0)
activesupport (>= 4.2.0)
csv (>= 3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -28,26 +29,26 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
base64 (0.3.0)
bigdecimal (4.1.2)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
csv (3.3.5)
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.7.1)
mini_portile2 (2.8.5)
minitest (5.14.4)
mutex_m (0.2.0)
mutex_m (0.3.0)
parallel (1.24.0)
parser (3.3.0.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -92,14 +93,14 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.0-x86_64-linux)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
Expand All @@ -113,14 +114,19 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
activerecord (= 7.1.3)
activesupport (= 7.1.3)
appraisal (~> 1.0.0)
base64
bigdecimal
comma!
coveralls
drb
minitest (= 5.14.4)
mutex_m
rake (~> 13.0.1)
rspec (~> 3.5.0)
rspec-activemodel-mocks
Expand Down
Loading
Loading