Skip to content

Commit

Permalink
Bump bootsnap to avoid the error on require 'bootsnap/setup'
Browse files Browse the repository at this point in the history
$ bin/rails test
/Users/prathamesh/Projects/sources/codetriage/config/boot.rb:4:in `require': cannot load such file -- bootsnap/setup (LoadError)
	from /Users/prathamesh/Projects/sources/codetriage/config/boot.rb:4:in `<top (required)>'
	from bin/rails:3:in `require_relative'
	from bin/rails:3:in `<main>'

- Rails uses bootstanp greater than 1.1.0 ~ rails/rails#29313
  • Loading branch information
prathamesh-sonpatki committed Apr 17, 2018
1 parent d8040a4 commit 63ff133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -114,4 +114,5 @@ gem 'skylight'

gem 'minitest', '5.10.3'
gem 'sitemap_generator'

gem 'premailer-rails'

0 comments on commit 63ff133

Please sign in to comment.