Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit ddd2729

Browse files
author
Tim Bach
committed
Pull Gemfile fix from development early to fix #14
1 parent 3754934 commit ddd2729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '> 2.1.2'
3+
ruby '2.1.2'
44

55
gem "sinatra", '~> 1.4.6'
66
gem "thin", '~> 1.6.4'
@@ -30,4 +30,4 @@ gem 'yard-dm', '0.1.1'
3030
gem 'yard-sinatra', '1.0.0'
3131
gem 'eventmachine', '1.0.7'
3232
gem "wkhtmltopdf-heroku"
33-
gem "pdfkit", '~> 0.8.2'
33+
gem "pdfkit", '~> 0.8.2'

0 commit comments

Comments
 (0)