Skip to content

Commit

Permalink
Merge pull request #998 from mileszs/ci-rails7
Browse files Browse the repository at this point in the history
CI tweaks
  • Loading branch information
unixmonkey authored Dec 19, 2021
2 parents 7991877 + 177e5cf commit 0b6c198
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wicked PDF [![Gem Version](https://badge.fury.io/rb/wicked_pdf.svg)](http://badge.fury.io/rb/wicked_pdf) [![Build Status](https://secure.travis-ci.org/mileszs/wicked_pdf.svg)](http://travis-ci.org/mileszs/wicked_pdf) [![Code Climate](https://codeclimate.com/github/mileszs/wicked_pdf/badges/gpa.svg)](https://codeclimate.com/github/mileszs/wicked_pdf) [![Open Source Helpers](https://www.codetriage.com/mileszs/wicked_pdf/badges/users.svg)](https://www.codetriage.com/mileszs/wicked_pdf)
# Wicked PDF [![Gem Version](https://badge.fury.io/rb/wicked_pdf.svg)](http://badge.fury.io/rb/wicked_pdf) [![Build Status](https://github.com/mileszs/wicked_pdf/actions/workflows/ci.yml/badge.svg)](https://github.com/mileszs/wicked_pdf/actions/workflows/ci.yml) [![Code Climate](https://codeclimate.com/github/mileszs/wicked_pdf/badges/gpa.svg)](https://codeclimate.com/github/mileszs/wicked_pdf) [![Open Source Helpers](https://www.codetriage.com/mileszs/wicked_pdf/badges/users.svg)](https://www.codetriage.com/mileszs/wicked_pdf)

## A PDF generation plugin for Ruby on Rails

Expand Down
1 change: 1 addition & 0 deletions gemfiles/6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem 'bootsnap' # required to run `rake test` in Rails 6.1
gem 'bundler', '~>2'
gem 'mocha', '= 1.3' # newer versions blow up
gem 'rails', '~>6.1.0'
gem 'webpacker'
gem 'rdoc'
gem 'sprockets', '~>3.0'
gem 'sqlite3', '~> 1.4'
Expand Down
1 change: 0 additions & 1 deletion wicked_pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ DESC

spec.add_dependency 'activesupport'

spec.add_development_dependency 'bootsnap'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'mocha', '= 1.3'
spec.add_development_dependency 'rails'
Expand Down

0 comments on commit 0b6c198

Please sign in to comment.