Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ not_jruby = %i[ruby mingw x64_mingw].freeze
gem 'activesupport', '>= 4.2'
gem 'byebug', platforms: not_jruby
gem 'irb', '~> 1.0'
# Pry for interactive console in all environments
gem 'pry'
# Minimum of 0.5.0 for specific error classes
gem 'mysql2', '>= 0.5.0', platforms: not_jruby
gem 'redcarpet', '~> 3.5', platforms: not_jruby
Expand Down
Loading