Skip to content

Commit

Permalink
Remove the unused dm-sqlite-adapter
Browse files Browse the repository at this point in the history
dm-sqlite-adapter is a SQLite adapter for DataMapper.

https://github.com/datamapper/dm-sqlite-adapter

Since support for DataMapper was dropped in version 4.1.0, this gem is no longer needed as a dependency.
  • Loading branch information
willnet committed Jan 23, 2025
1 parent bf354d3 commit 515f862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attr_encrypted.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('sqlite3', '= 1.5.4')
end
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 515f862

Please sign in to comment.