Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Use samwise from rubygems, not from github
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed May 18, 2016
1 parent 5ca2ce1 commit 04bef5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ gem 'email_validator'
gem 'validate_url'
gem 'redcarpet'
gem 'puma'
gem 'samwise', github: '18f/samwise', branch: 'master'
gem 'samwise', '~> 0.2'
gem 'octokit', '~> 4.0'
gem 'rack-cors', require: 'rack/cors'
gem 'active_model_serializers'
Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
Expand Up @@ -9,14 +9,6 @@ GIT
hashie
oauth2

GIT
remote: git://github.com/18f/samwise.git
revision: d3baba277d8fe848896a3db4ce36030771f1ade7
branch: master
specs:
samwise (0.2.6)
httpclient

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -318,6 +310,8 @@ GEM
ruby_parser (3.8.1)
sexp_processor (~> 4.1)
safe_yaml (1.0.4)
samwise (0.2.7)
httpclient
sass (3.4.22)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
Expand Down Expand Up @@ -435,7 +429,7 @@ DEPENDENCIES
redcarpet
rspec-rails
rubocop
samwise!
samwise (~> 0.2)
sass-rails (~> 5.0)
shoulda-matchers
simple_form
Expand Down

0 comments on commit 04bef5e

Please sign in to comment.