0
0
Fork 0

add backports for ruby 1.8

This commit is contained in:
Gibheer 2012-12-17 20:29:24 +01:00
parent b44ae754b3
commit aec85615de
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ source 'https://rubygems.org'
gemspec
gem 'backports', :platform => :ruby_18
group :development do
gem 'guard'
gem 'guard-bundler'

View File

@ -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