Skip to content

Commit

Permalink
update ruby deps for UI example
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Tahler committed Feb 21, 2018
1 parent 0ff9441 commit 265b4fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion resque-web/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.0
30 changes: 15 additions & 15 deletions resque-web/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
GEM
remote: http://rubygems.org/
specs:
et-orbi (1.0.5)
et-orbi (1.0.9)
tzinfo
mono_logger (1.1.0)
multi_json (1.12.2)
mustermann (1.0.1)
rack (2.0.3)
rack-protection (2.0.0)
multi_json (1.13.1)
mustermann (1.0.2)
rack (2.0.4)
rack-protection (2.0.1)
rack
rake (12.1.0)
redis (3.3.3)
redis-namespace (1.5.3)
redis (~> 3.0, >= 3.0.4)
rake (12.3.0)
redis (4.0.1)
redis-namespace (1.6.0)
redis (>= 3.0.4)
resque (1.27.4)
mono_logger (~> 1.0)
multi_json (~> 1.0)
Expand All @@ -22,21 +22,21 @@ GEM
resque-retry (1.5.0)
resque (~> 1.25)
resque-scheduler (~> 4.0)
resque-scheduler (4.3.0)
resque-scheduler (4.3.1)
mono_logger (~> 1.0)
redis (~> 3.3)
redis (>= 3.3, < 5)
resque (~> 1.26)
rufus-scheduler (~> 3.2)
rufus-scheduler (3.4.2)
et-orbi (~> 1.0)
sinatra (2.0.0)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
vegas (0.1.11)
rack (>= 1.0.0)
Expand All @@ -52,4 +52,4 @@ DEPENDENCIES
sinatra

BUNDLED WITH
1.15.1
1.16.1

0 comments on commit 265b4fb

Please sign in to comment.