Skip to content

Commit

Permalink
Add comments to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Nov 7, 2014
1 parent 4729350 commit fc64035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/Gemfile
@@ -1,11 +1,11 @@
source 'https://rubygems.org'

gem 'plist', '3.1.0'
gem 'htmlentities', '4.3.1' # ruby 1.8 support version
gem 'htmlentities', '4.3.1' # ruby 1.8 supported version

group :test do
gem 'rspec', '3.1.0'
gem 'rake', '10.3.2'
gem 'coveralls', '0.7.0', :require => false
gem 'timecop', '0.6.1' # ruby 1.8 support version
gem 'coveralls', '0.7.0', :require => false # ruby 1.8 supported version
gem 'timecop', '0.6.1' # ruby 1.8 supported version
end

0 comments on commit fc64035

Please sign in to comment.