Skip to content

Commit

Permalink
Replaced original tic tac toe gem with a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
lisahamm committed Mar 9, 2015
1 parent 1be04fa commit e9e7063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://rubygems.org'

gem 'sinatra', require: 'sinatra/base'
gem 'rspec'
gem 'tic_tac_toe', :github => 'lisahamm/tic_tac_toe'
gem 'tic_tac_toe', :github => 'lisahamm/ruby_ttt'
gem 'rack-test'
gem 'rack-flash3'

0 comments on commit e9e7063

Please sign in to comment.