Skip to content

Commit

Permalink
Put Bundler require in the correct place. Hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
David Garcia committed Dec 12, 2016
1 parent 3e2fc92 commit 8dfc81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lacerda/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class Tasks
include Rake::DSL if defined? Rake::DSL

def install_tasks
Bundler.require
namespace :lacerda do
desc "Clean up intermediary json files"
task :cleanup do
Expand Down Expand Up @@ -49,6 +48,7 @@ def install_tasks
# Let's go
puts "Converting #{files.length} files:"

Bundler.require
ok = true
files.each do |file|
ok = ok && Lacerda::Conversion.mson_to_json_schema(
Expand Down

0 comments on commit 8dfc81a

Please sign in to comment.