Skip to content

Commit

Permalink
Other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham committed Jan 16, 2025
1 parent 400acd8 commit 21a3d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 1
- run: |
bundle exec rake test
3 changes: 1 addition & 2 deletions attr_encrypted.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
activerecord_version = if ENV.key?('ACTIVERECORD')
"~> #{ENV['ACTIVERECORD']}.0"
else
'>= 2.0.0'
'>= 6.0.0'
end
s.add_development_dependency('activerecord', activerecord_version)
s.add_development_dependency('actionpack', activerecord_version)
Expand All @@ -44,7 +44,6 @@ Gem::Specification.new do |s|
else
s.add_development_dependency('sqlite3', '= 1.5.4')
end
s.add_development_dependency('dm-sqlite-adapter')
s.add_development_dependency('pry')
s.add_development_dependency('simplecov')
s.add_development_dependency('simplecov-rcov')
Expand Down

0 comments on commit 21a3d58

Please sign in to comment.