We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af23346 commit a32ca23Copy full SHA for a32ca23
Gemfile
@@ -18,6 +18,8 @@ gem 'yard', require: false
18
19
gem 'activeadmin', ENV.fetch('ACTIVE_ADMIN_VERSION', '~> 2.0'), require: false
20
gem 'rails', ENV.fetch('RAILS_VERSION', '6.0.0')
21
+# responders 3 drops ruby 2.3 support
22
+gem 'responders', '~> 2.4', platforms: :ruby_23
23
gem 'sassc-rails', '2.1.2'
24
gem 'sprockets', '3.7.2'
25
gem 'sqlite3', '1.4.1'
0 commit comments