Skip to content

Commit

Permalink
Add securerandom dependency and update Ruby version matrix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Feb 28, 2025
1 parent c540ecb commit 3d4bc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
BUNDLE_GEMFILE: ${{matrix.gemfile}}
strategy:
matrix:
ruby: ['3.3', '3.2', '3.1', '3.0']
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7']
gemfile:
- gemfiles/ar71.gemfile
mysql: ['5.7']
Expand Down
1 change: 1 addition & 0 deletions activerecord-mysql2rgeo-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activerecord", "~> 7.1.0"
spec.add_dependency "rgeo-activerecord", "~> 7.0.0"
spec.add_dependency "rgeo", "~> 3.0"
spec.add_dependency "securerandom", "~> 0.3.0"

spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "minitest", "~> 5.4"
Expand Down

0 comments on commit 3d4bc52

Please sign in to comment.