Skip to content

Commit

Permalink
Fixed Gemfile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashikant86 committed Jul 14, 2014
1 parent 05d296d commit e4d564b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bddfire/app.rb
Expand Up @@ -28,7 +28,7 @@ def fire_cucumber
insert_gem 'cuke_sniffer'
insert_gem 'json'
insert_gem 'rspec'
insert_gem "rubocop-checkstyle_formatter', require: false"
insert_gem 'rubocop-checkstyle_formatter'
generate_rakefile
add_task BDDfire::Tasks.cucumber
add_task BDDfire::Tasks.cuke_sniffer
Expand Down
2 changes: 1 addition & 1 deletion lib/bddfire/version.rb
@@ -1,3 +1,3 @@
module BDDfire
VERSION = "1.1.4"
VERSION = "1.1.5"
end

0 comments on commit e4d564b

Please sign in to comment.