Skip to content

Commit 8742b18

Browse files
committed
2 parents ae1200a + 5469785 commit 8742b18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ gem 'uglifier'
1616
gem 'sprockets', '3.6.3'
1717
gem 'jquery-ui-rails', '~>5.0'
1818
gem 'jquery-rails'
19-
gem 'jquery-datatables-rails', github: 'rweng/jquery-datatables-rails'
19+
gem 'jquery-datatables-rails', git: 'https://github.com/rweng/jquery-datatables-rails.git'
2020
gem 'twitter-bootstrap-rails'
2121
gem 'less-rails-bootstrap'
2222
gem 'bootstrap-datepicker-rails'
2323
gem 'select2-rails', '3.2.1'
2424
gem 'nested_form'
2525
gem 'devise'
2626
gem 'cancancan', '~>2.0'
27-
gem 'prawn', :git => 'git://github.com/prawnpdf/prawn.git'
27+
gem 'prawn', :git => 'https://github.com/prawnpdf/prawn.git'
2828
gem 'prawn-table'
2929
gem 'axlsx_rails'
3030
gem "net-ssh"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GIT
2-
remote: git://github.com/prawnpdf/prawn.git
2+
remote: https://github.com/prawnpdf/prawn.git
33
revision: dc088578d12c1e44fb866176259dedda49c6c591
44
specs:
55
prawn (2.2.2)
66
pdf-core (~> 0.7.0)
77
ttfunk (~> 1.5)
88

99
GIT
10-
remote: git://github.com/rweng/jquery-datatables-rails.git
10+
remote: https://github.com/rweng/jquery-datatables-rails.git
1111
revision: d486b31b192a2924b1913e080ad23460e6b96d31
1212
specs:
1313
jquery-datatables-rails (3.4.0)

0 commit comments

Comments
 (0)