Skip to content

Commit

Permalink
Merge pull request #29 from fosrias/update_crichton_gem_path
Browse files Browse the repository at this point in the history
updating crichton reference
  • Loading branch information
fosrias committed Oct 6, 2014
2 parents ab6071f + d6825a9 commit b240a15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '3.2.0'

gem 'crichton', git: 'git@github.com:mdsol/crichton.git', tag: '0.0.3'
gem 'crichton', git: 'git@github.com:fosrias/crichton.git', tag: '0.0.3'
gem 'launchy'

# Use sqlite3 as the database for Active Record
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git@github.com:mdsol/crichton.git
remote: git@github.com:fosrias/crichton.git
revision: c8b05f00dd92cc811b44f742bfd3981803aeabd5
tag: 0.0.3
specs:
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
hike (1.2.3)
i18n (0.6.11)
journey (1.0.4)
jquery-rails (3.1.1)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
safe_yaml (1.0.3)
safe_yaml (1.0.4)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
Expand Down

0 comments on commit b240a15

Please sign in to comment.