Skip to content
Merged
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
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ gem 'bootstrap-sass', '3.4.1'
gem 'terser'
gem 'listen'
gem 'tolk', '~> 6.0.0'
gem 'superfish-rails'
gem 'jquery-form-rails'
gem 'jquery_block_ui'

group :development, :optional => true do
gem 'spring', '~> 4'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,17 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.6.1)
jquery-form-rails (1.0.1)
jquery-rails
jquery-rails (4.6.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (8.0.0)
railties (>= 3.2.16)
json (2.18.0)
jquery_block_ui (0.0.1)
rails (>= 3.1)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -387,6 +391,7 @@ GEM
mini_portile2 (~> 2.8.0)
stringio (3.1.7)
stripe (18.1.0)
superfish-rails (1.6.0.1)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
terrapin (0.6.0)
Expand Down Expand Up @@ -442,8 +447,10 @@ DEPENDENCIES
font-awesome-sass (~> 6.7.2)
htmlentities
i18n-tasks (~> 1.0.15)
jquery-form-rails
jquery-rails (~> 4.6)
jquery-ui-rails (~> 8.0.0)
jquery_block_ui
kt-paperclip (~> 7.2)
listen
mini_racer
Expand All @@ -467,6 +474,7 @@ DEPENDENCIES
sprockets-rails
sqlite3 (~> 2.9)
stripe
superfish-rails
terser
tolk (~> 6.0.0)
tracks-chartjs-ror
Expand Down
Loading