Skip to content

Commit

Permalink
gemfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wbailey committed Jun 8, 2014
1 parent e794f3c commit f1a3b29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -13,15 +13,15 @@ GEM
timers (~> 1.1.0)
coderay (1.1.0)
colored (1.2)
columnize (0.3.6)
columnize (0.8.9)
command_line_reporter (3.2.1)
colored (>= 1.2)
debugger (1.6.5)
debugger (1.6.6)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-ruby_core_source (~> 1.3.2)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
debugger-ruby_core_source (1.3.4)
diff-lcs (1.2.5)
docile (1.1.2)
fakefs (0.5.0)
Expand Down
1 change: 1 addition & 0 deletions kata.gemspec
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |gem|

gem.add_development_dependency "bundler", ">= 1.0.0"
gem.add_dependency 'command_line_reporter', '>=3.2.1'
gem.add_dependency 'octokit'
end
2 changes: 1 addition & 1 deletion lib/kata/version.rb
@@ -1,3 +1,3 @@
module Kata
VERSION = '1.4.0'
VERSION = '1.4.1'
end

0 comments on commit f1a3b29

Please sign in to comment.