Skip to content

Commit

Permalink
Get epp gem via https
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Jan 12, 2017
1 parent b3f35e2 commit 9e08747
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'jquery-rails', '~> 4.1.0' # jquery
gem 'turbolinks', '~> 2.5.3'
gem 'therubyracer', '~> 0.12.2', platforms: :ruby

gem 'epp', '1.5.0', github: 'internetee/epp'
gem 'epp', git: 'https://github.com/internetee/epp.git'
gem 'epp-xml', git: 'https://github.com/internetee/epp-xml.git'
gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: git://github.com/internetee/epp.git
revision: 1a50f2144f15a2d975337e56fb1ccaba5d956e9d
specs:
epp (1.5.0)
hpricot
libxml-ruby

GIT
remote: https://github.com/internetee/epp-xml.git
revision: 5dd542e67ef26d58365f30e553254d6db809277d
Expand All @@ -14,6 +6,14 @@ GIT
activesupport (~> 4.1)
builder (~> 3.2)

GIT
remote: https://github.com/internetee/epp.git
revision: 1a50f2144f15a2d975337e56fb1ccaba5d956e9d
specs:
epp (1.5.0)
hpricot
libxml-ruby

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
coderay (~> 1.1.1)
coffee-rails (~> 4.1.1)
countries (~> 1.2.5)
epp (= 1.5.0)!
epp!
epp-xml!
figaro (~> 1.1.1)
guard-livereload (= 2.5.2)
Expand Down

0 comments on commit 9e08747

Please sign in to comment.