Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ gem 'sprockets', '~>3.7'
gem 'coffee-rails'
gem 'coffee-rails-source-maps'
gem 'uglifier'
gem 'jquery-rails' # needed for general jQuery stuff
gem 'jquery-ui-rails' # needed specifically for drag-and-drop ability
gem 'jquery-tablesorter' # needed to allow re-sortable tables
gem 'cocoon' # used for dynamically generating nested forms

gem 'rubyzip' # used for reading submitted zip files

Expand All @@ -38,9 +34,7 @@ gem 'bootstrap-sass', '>= 3.4.1'
gem 'sassc-rails'
gem 'bootstrap-sass-extras'
gem 'bootstrap3-datetimepicker-rails' # for the datetime widget
gem 'bootstrap-toggle-rails' # for toggle buttons instead of checkboxes

gem 'momentjs-rails', '>= 2.9.0' # needed for human-friendly textual dates
gem 'font-awesome-rails'

gem 'addressable'
Expand Down
24 changes: 3 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ GEM
sassc (>= 2.0.0)
bootstrap-sass-extras (0.1.0)
rails (>= 3.1.0)
bootstrap-toggle-rails (2.2.1.0)
bootstrap3-datetimepicker-rails (4.17.47)
momentjs-rails (>= 2.8.1)
builder (3.2.4)
Expand All @@ -113,7 +112,6 @@ GEM
json
childprocess (4.1.0)
chronic (0.10.2)
cocoon (1.2.15)
coderay (1.1.3)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
Expand Down Expand Up @@ -164,22 +162,14 @@ GEM
headless (2.3.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-tablesorter (1.27.2)
railties (>= 3.2)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.6.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
launchy (2.5.0)
addressable (~> 2.7)
libv8 (3.16.14.19)
libv8 (3.16.14.19-x86_64-linux)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -192,7 +182,6 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
minitest-reporters (1.5.0)
ansi
Expand Down Expand Up @@ -221,8 +210,7 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.5)
mini_portile2 (~> 2.8.0)
nokogiri (1.13.5-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
passenger (6.0.13)
Expand Down Expand Up @@ -358,7 +346,7 @@ GEM
rubyzip (>= 1.0.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
activerecord-import
Expand All @@ -370,12 +358,10 @@ DEPENDENCIES
bootsnap (>= 1.1.0)
bootstrap-sass (>= 3.4.1)
bootstrap-sass-extras
bootstrap-toggle-rails
bootstrap3-datetimepicker-rails
bundler-audit
capybara
capybara-webkit
cocoon
coffee-rails
coffee-rails-source-maps
daemons
Expand All @@ -389,15 +375,11 @@ DEPENDENCIES
font-awesome-rails
headless
i18n
jquery-rails
jquery-tablesorter
jquery-ui-rails
kramdown
kramdown-parser-gfm
launchy
listen
minitest-reporters
momentjs-rails (>= 2.9.0)
net-http
passenger (>= 5.0.25)
pg
Expand Down
6 changes: 0 additions & 6 deletions app/assets/javascripts/0startup.js.coffee

This file was deleted.

Loading