Gemfile in wisepdf-1.2.4 vs Gemfile in wisepdf-1.2.5
- old
+ new
@@ -1,12 +1,10 @@
source "http://rubygems.org"
-gem 'rails', '>=3.0.0'
-
group :development, :test do
gem 'sqlite3'
gem 'wkhtmltopdf-binary'
gem "shoulda", ">= 0"
- gem "bundler", "~> 1.0.0"
+ gem "bundler", ">= 1.0.0"
gem "jeweler", "~> 1.6.4"
end
\ No newline at end of file