Skip to content

Commit

Permalink
rails version removed, bootsnap, rails-controller added
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellbenton committed Feb 13, 2019
1 parent d2a9fee commit 20280cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 4.2'
gem 'rails'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~>1.3.6'
# Use SCSS for stylesheets
Expand All @@ -13,7 +13,8 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

gem 'bootsnap'
gem 'rails-controller-testing'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
Expand Down

0 comments on commit 20280cb

Please sign in to comment.