Skip to content

Commit a32ca23

Browse files
committed
fix responders install for ruby 2.3
1 parent af23346 commit a32ca23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ gem 'yard', require: false
1818

1919
gem 'activeadmin', ENV.fetch('ACTIVE_ADMIN_VERSION', '~> 2.0'), require: false
2020
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
2123
gem 'sassc-rails', '2.1.2'
2224
gem 'sprockets', '3.7.2'
2325
gem 'sqlite3', '1.4.1'

0 commit comments

Comments
 (0)