You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably remove rails and sqlite as development dependencies since most of the functionality we need is coming from ActiveSupport and sqlite isn't even being used so having it is just bloat. This will require tweaking the test/test_helper.rb file a bit since it requires some rails stuff. But this can be replaced with requiring some ActiveSupport modules.
The text was updated successfully, but these errors were encountered:
We should probably remove rails and
sqlite
as developmentdependencies
since most of the functionality we need is coming fromActiveSupport
andsqlite
isn't even being used so having it is just bloat. This will require tweaking thetest/test_helper.rb
file a bit since it requires some rails stuff. But this can be replaced with requiring someActiveSupport
modules.The text was updated successfully, but these errors were encountered: