summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 095cb54..9bd3f2c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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