Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
gottfrois committed Jun 28, 2014
1 parent eec2302 commit a2cf033
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
connection_pool (~> 2.0)
jquery-rails (~> 3.0)
rails (~> 4.1)
redis (~> 3.0)
redis (~> 3.1)
rufus-scheduler (~> 3.0)

GEM
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
diff-lcs (1.2.5)
docile (1.1.3)
erubis (2.7.0)
execjs (2.2.0)
execjs (2.2.1)
hike (1.2.3)
i18n (0.6.9)
jquery-rails (3.1.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
redis (3.0.7)
redis (3.1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec-core (2.14.8)
Expand All @@ -113,7 +113,7 @@ GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rufus-scheduler (3.0.7)
rufus-scheduler (3.0.8)
tzinfo
simplecov (0.8.2)
docile (~> 1.1.0)
Expand All @@ -134,13 +134,13 @@ GEM
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.3)
thread_safe (0.3.4)
tilt (1.4.1)
tins (1.3.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (1.1.0)
tzinfo (1.2.1)
thread_safe (~> 0.1)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion dashing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'jquery-rails', '~> 3.0'
spec.add_dependency 'coffee-script', '~> 2.2'
spec.add_dependency 'rufus-scheduler', '~> 3.0'
spec.add_dependency 'redis', '~> 3.0'
spec.add_dependency 'redis', '~> 3.1'
spec.add_dependency 'connection_pool', '~> 2.0'

spec.add_development_dependency 'rspec-rails', '~> 2.14'
Expand Down

0 comments on commit a2cf033

Please sign in to comment.