Skip to content

Commit

Permalink
Add rake to bundle, for CI, and switch build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 18, 2021
1 parent 0c3b880 commit c6020b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ gem "pg_query", ">= 1.0", "< 3"

group :development do
gem "rspec"
gem "rake"
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GEM
google-protobuf (3.15.6)
pg_query (2.0.1)
google-protobuf (~> 3.15.5)
rake (13.0.3)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -24,6 +25,7 @@ PLATFORMS

DEPENDENCIES
pg_query (>= 1.0, < 3)
rake
rspec

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/purcell/sqlint.svg?branch=master)](https://travis-ci.org/purcell/sqlint)
[![Build Status](https://github.com/purcell/sqlint/workflows/CI/badge.svg)](https://github.com/purcell/sqlint/actions)
[ ![](https://img.shields.io/gem/v/sqlint.svg)](https://rubygems.org/gems/sqlint)
[ ![](https://img.shields.io/gem/dt/sqlint.svg)](https://rubygems.org/gems/sqlint)
<a href="https://www.patreon.com/sanityinc"><img alt="Support me" src="https://img.shields.io/badge/Support%20Me-%F0%9F%92%97-ff69b4.svg"></a>
Expand Down

0 comments on commit c6020b0

Please sign in to comment.