Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Remove rubygems and bundler require.
Browse files Browse the repository at this point in the history
This means that local development may now require a 'bundle exec' if
you are using Bundler, but that MoSQL will run fine in environments
where the gems are made available through some other means, and
bundler is not available.
  • Loading branch information
nelhage committed Mar 18, 2013
1 parent 5fd7d79 commit 5182ad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions bin/mosql
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'bundler/setup'
require 'mosql/cli'

MoSQL::CLI.run(ARGV)
3 changes: 0 additions & 3 deletions test/_lib.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require 'rubygems'
require 'bundler/setup'

require 'minitest/autorun'
require 'minitest/spec'
require 'mocha'
Expand Down

0 comments on commit 5182ad2

Please sign in to comment.