Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions WcaOnRails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ group :development, :test do
gem 'byebug'
gem 'i18n-tasks'
gem 'i18n-spec'

# We may be able to remove this when a future version of bundler comes out.
# See https://github.com/bundler/bundler/issues/6929#issuecomment-459151506 and
# https://github.com/bundler/bundler/pull/6963 for more information.
gem 'irb', require: false
end

group :development do
Expand Down
4 changes: 3 additions & 1 deletion WcaOnRails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ GEM
image_processing (1.9.0)
mini_magick (>= 4.9.3, < 5)
ruby-vips (>= 2.0.13, < 3)
irb (1.0.0)
iso (0.2.2)
i18n
jaro_winkler (1.5.3)
Expand Down Expand Up @@ -649,6 +650,7 @@ DEPENDENCIES
i18n-spec
i18n-tasks
image_processing
irb
jbuilder
jquery-rails
jquery-slick-rails
Expand Down Expand Up @@ -708,4 +710,4 @@ DEPENDENCIES
wicked_pdf

BUNDLED WITH
2.0.1
2.0.2