mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Remove turbolinks gem
This commit is contained in:
parent
c4b8a5b71b
commit
f8e3b6ab20
2 changed files with 0 additions and 4 deletions
1
Gemfile
1
Gemfile
|
@ -41,7 +41,6 @@ gem 'sass-rails', '5.0.6' # sass style
|
||||||
|
|
||||||
gem 'coffee-rails', '4.1.0' # coffeescript support
|
gem 'coffee-rails', '4.1.0' # coffeescript support
|
||||||
gem 'jquery-rails', '4.0.4' # jquery
|
gem 'jquery-rails', '4.0.4' # jquery
|
||||||
gem 'turbolinks', '2.5.3' # faster page load
|
|
||||||
gem 'selectize-rails', '0.12.1' # include selectize.js for select
|
gem 'selectize-rails', '0.12.1' # include selectize.js for select
|
||||||
gem 'jquery-validation-rails', '1.13.1' # validate on client side
|
gem 'jquery-validation-rails', '1.13.1' # validate on client side
|
||||||
|
|
||||||
|
|
|
@ -441,8 +441,6 @@ GEM
|
||||||
thor (0.19.4)
|
thor (0.19.4)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
turbolinks (2.5.3)
|
|
||||||
coffee-rails
|
|
||||||
tzinfo (1.2.3)
|
tzinfo (1.2.3)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
|
@ -545,7 +543,6 @@ DEPENDENCIES
|
||||||
simpleidn (= 0.0.7)
|
simpleidn (= 0.0.7)
|
||||||
spring
|
spring
|
||||||
spring-commands-rspec
|
spring-commands-rspec
|
||||||
turbolinks (= 2.5.3)
|
|
||||||
uuidtools (= 2.1.5)
|
uuidtools (= 2.1.5)
|
||||||
validates_email_format_of (= 1.6.3)
|
validates_email_format_of (= 1.6.3)
|
||||||
webmock
|
webmock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue