Skip to content

Commit

Permalink
try Bundler.setup into rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
giallon committed Mar 21, 2022
1 parent 0d69d51 commit ff74a96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
require 'rubygems'
Bundler.setup
require 'rspec/core/rake_task' # testing framework
require 'yard' # yard documentation
require 'ffi' # loads the extension
require 'rake/clean' # for the :clobber rake task
require File.expand_path('../lib/libcouchbase/ext/tasks', __FILE__) # platform specific rake tasks used by compile



# By default we don't run network tests
task :default => :limited_spec
RSpec::Core::RakeTask.new(:limited_spec) do |t|
Expand Down

0 comments on commit ff74a96

Please sign in to comment.