Skip to content

Commit

Permalink
update example Gemfile.lock to Que 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
statianzo committed Feb 3, 2015
1 parent 30b715f commit 6fd8a5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@
#### Added:
- Indicate when a job is past due #2

#### Changed:
- Updated example Gemfile.lock to Que 0.9.1

#### Fixed:
- Fix clipping of pagination buttons #11

Expand Down
10 changes: 5 additions & 5 deletions examples/rack/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../
specs:
que-web (0.3.1)
que-web (0.3.2)
erubis
que (~> 0.8)
sinatra
Expand All @@ -10,12 +10,12 @@ GEM
remote: https://rubygems.org/
specs:
erubis (2.7.0)
pg (0.17.1)
que (0.8.2)
rack (1.5.2)
pg (0.18.1)
que (0.9.1)
rack (1.6.0)
rack-protection (1.5.3)
rack
sequel (4.16.0)
sequel (4.19.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand Down

0 comments on commit 6fd8a5d

Please sign in to comment.