Skip to content

Instantly share code, notes, and snippets.

@jswanner
Created May 24, 2018 23:24
Show Gist options
  • Select an option

  • Save jswanner/5e8c943684286072f9dbbfbaab7a5f05 to your computer and use it in GitHub Desktop.

Select an option

Save jswanner/5e8c943684286072f9dbbfbaab7a5f05 to your computer and use it in GitHub Desktop.

Revisions

  1. jswanner created this gist May 24, 2018.
    5 changes: 5 additions & 0 deletions bundler-inline.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    require 'bundler/inline'

    gemfile do
    gem 'rspec', '3.7', require: false
    end