Skip to content

Commit

Permalink
Remove version from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBennett authored Jul 29, 2016
1 parent fb4fadb commit 92ae0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $ ruby -r queue_classic -e "QC::Worker.new.work"
Declare dependencies in Gemfile.
```ruby
source "https://rubygems.org"
gem "queue_classic", "~> 3.1.0"
gem "queue_classic"
```

Add the database tables and stored procedures.
Expand Down

0 comments on commit 92ae0e2

Please sign in to comment.