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
gem"puma",">= 5.0"# Use the Puma web server [https://github.com/puma/puma]
9
-
gem"sqlite3",force_ruby_platform: true# Use sqlite3 as the database for Active Record [https://github.com/sparklemotion/sqlite3-ruby]
9
+
gem"sqlite3","< 2",force_ruby_platform: true# Use sqlite3 as the database for Active Record [https://github.com/sparklemotion/sqlite3-ruby]
10
10
gem"activerecord-enhancedsqlite3-adapter"# Enhanced SQLite3 adapter for Active Record [https://github.com/fractaledmind/activerecord-enhancedsqlite3-adapter]
11
11
gem"sqlite-ulid"# A SQLite extension for generating and working with ULIDs [https://github.com/asg017/sqlite-ulid]
12
12
@@ -58,12 +58,14 @@ end
58
58
59
59
group:testdo
60
60
gem"capybara"# Acceptance test framework for web applications [https://github.com/teamcapybara/capybara]
61
-
gem"selenium-webdriver"# Ruby bindings for Selenium [https://www.rubydoc.info/gems/selenium-webdriver/frames]
0 commit comments