Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Commit eb331a2

Browse files
author
Jordan Wheeler
committed
add firebase gems
1 parent 2671d38 commit eb331a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dashing.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ Gem::Specification.new do |s|
2525
s.add_dependency('thor')
2626
s.add_dependency('sprockets')
2727
s.add_dependency('rack')
28+
s.add_dependency('firebase')
2829

2930
end

lib/dashing.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require 'sass'
77
require 'json'
88
require 'yaml'
9+
require 'firebase'
910

1011
SCHEDULER = Rufus::Scheduler.start_new
1112

0 commit comments

Comments
 (0)