Skip to content

Commit

Permalink
added bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Glover committed Feb 14, 2013
1 parent 87964d0 commit 7ffb7b9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.bundle/
vendor/
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source :rubygems

gem 'redis'
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GEM
remote: http://rubygems.org/
specs:
redis (3.0.2)

PLATFORMS
ruby

DEPENDENCIES
redis
2 changes: 1 addition & 1 deletion redis-audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

require 'rubygems'
require 'bundler/setup'
require 'redis'

# Container class for stats around a key group
Expand Down

0 comments on commit 7ffb7b9

Please sign in to comment.