Skip to content

Commit

Permalink
Polyfill dig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie0 committed Jul 5, 2018
1 parent 1173ceb commit 4b60079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'

gem 'rspec'
gem 'oauth2'
gem 'dig_rb'
gem 'sinatra', require: 'sinatra/base'
gem 'sinatra-reloader'
gem 'sinatra-xsendfile'
Expand Down
1 change: 1 addition & 0 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require 'sinatra/reloader'
require 'sinatra/xsendfile'
require 'yaml'
require 'dig_rb'

$: << '.'
require_relative 'modules'
Expand Down

0 comments on commit 4b60079

Please sign in to comment.