diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 4 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' diff --git a/Gemfile.lock b/Gemfile.lock index c9acee9..a1be407 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: + backports (2.6.5) coderay (1.0.8) diff-lcs (1.1.3) guard (1.5.4) @@ -59,6 +60,7 @@ PLATFORMS ruby DEPENDENCIES + backports guard guard-bundler guard-rspec |