Commit 7c2f5d50 by Philip Corliss Committed by Jon Yurek

Fixes long bundler resolution times when there is no pre-existing

Gemfile.lock.
parent 48a9c3ba
......@@ -7,3 +7,10 @@ gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'pry', :platform => :ruby
gem 'pry-byebug', :platform => :ruby
# Hinting at development dependencies
# Prevents bundler from taking a long-time to resolve
group :development, :test do
gem 'mime-types', '~> 1.16'
gem 'builder', '~> 3.1.4'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment