diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ source 'https://rubygems.org' gemspec +gem 'backports', :platform => :ruby_18 + group :development do gem 'guard' gem 'guard-bundler' |