Skip to content

Commit

Permalink
update gems and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Oct 16, 2014
1 parent 1474a85 commit 6c293e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
taskinator (0.0.6)
taskinator (0.0.7)
connection_pool (>= 2.0.0)
json (>= 1.8.1)
redis (>= 3.0.6)
Expand Down Expand Up @@ -38,18 +38,18 @@ GEM
term-ansicolor
thor
debugger-linecache (1.2.0)
delayed_job (4.0.3)
delayed_job (4.0.4)
activesupport (>= 3.0, < 4.2)
diff-lcs (1.2.5)
docile (1.1.5)
i18n (0.6.11)
json (1.8.1)
method_source (0.8.2)
mime-types (2.3)
minitest (5.4.1)
mime-types (2.4.2)
minitest (5.4.2)
mono_logger (1.1.0)
multi_json (1.10.1)
netrc (0.7.7)
netrc (0.7.8)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
Expand Down Expand Up @@ -82,23 +82,23 @@ GEM
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.4)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.1)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.1)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.0)
rspec-support (3.1.2)
sidekiq (3.2.5)
celluloid (= 0.15.2)
connection_pool (>= 2.0.0)
json
redis (>= 3.0.6)
redis-namespace (>= 1.3.1)
simplecov (0.9.0)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sinatra (1.4.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/taskinator/version.rb
@@ -1,3 +1,3 @@
module Taskinator
VERSION = "0.0.6"
VERSION = "0.0.7"
end

0 comments on commit 6c293e7

Please sign in to comment.