Skip to content

Commit

Permalink
fixing bundler issue by removing gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Nov 5, 2018
1 parent 66fa50f commit d1780f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 271 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source 'https://rubygems.org'
gem 'rails', '~> 5.2.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'

gem 'mysql2', '~> 0.4.10'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'

# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
Expand All @@ -31,7 +31,9 @@ gem 'jbuilder', '~> 2.5'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem "comfortable_mexican_sofa", "~> 2.0.0"

gem 'friendly_id'

gem "htmlentities"
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
Expand Down
269 changes: 0 additions & 269 deletions Gemfile.lock

This file was deleted.

0 comments on commit d1780f0

Please sign in to comment.