Skip to content

Commit

Permalink
Updated tic_tac_toe gem location
Browse files Browse the repository at this point in the history
  • Loading branch information
lisahamm committed Mar 19, 2015
1 parent bddf0c1 commit d6a950c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ source 'https://rubygems.org'

gem 'sinatra', require: 'sinatra/base'
gem 'rspec'
# gem 'tic_tac_toe', :github => 'lisahamm/ruby_ttt'
gem 'tic_tac_toe', :path => '/Users/lisahamm/Desktop/Projects/apprenticeship/tic_tac_toe/ruby_ttt'

gem 'tic_tac_toe', :github => 'lisahamm/ruby_ttt'
gem 'rack-test'
gem 'rack-flash3'
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PATH
remote: /Users/lisahamm/Desktop/Projects/apprenticeship/tic_tac_toe/ruby_ttt
GIT
remote: git://github.com/lisahamm/ruby_ttt.git
revision: d7fa7e304e6ac8f566e7815b0869d8337f2aa3da
specs:
tic_tac_toe (0.0.1)

Expand Down

0 comments on commit d6a950c

Please sign in to comment.