Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'pg', '~> 1.2.3'
gem 'bootsnap', '~> 1.4.6', require: false

# js and css frameworks
gem 'jquery-rails', '4.3.5'
gem 'jquery-rails', '4.5.1'
gem 'jquery-ui-rails', '~> 6.0.1'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'cropper-rails', '~> 2.3.2.1'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ GEM
climate_control (0.2.0)
clipboard-rails (1.7.1)
coderay (1.1.3)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
crass (1.0.6)
cropper-rails (2.3.2.1)
railties (>= 3.1.0)
Expand Down Expand Up @@ -246,10 +246,10 @@ GEM
gretel (3.0.9)
rails (>= 3.1.0)
hashie (5.0.0)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
jquery-rails (4.3.5)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -272,7 +272,7 @@ GEM
addressable (~> 2.8)
letter_opener (1.2.0)
launchy (~> 2.2)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0.1)
Expand All @@ -294,7 +294,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.2)
minitest (5.17.0)
minitest (5.18.0)
momentjs-rails (2.20.1)
railties (>= 3.1)
msgpack (1.6.0)
Expand All @@ -311,7 +311,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.0-x86_64-linux)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
non-stupid-digest-assets (1.0.9)
sprockets (>= 2.0)
Expand Down Expand Up @@ -341,12 +341,12 @@ GEM
pry (>= 0.10.4)
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.7)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.4.2)
actioncable (= 5.2.4.2)
Expand Down Expand Up @@ -442,7 +442,7 @@ GEM
tilt (2.0.11)
timeout (0.3.1)
ttfunk (1.4.0)
tzinfo (1.2.10)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
Expand Down Expand Up @@ -496,7 +496,7 @@ DEPENDENCIES
fullcalendar-rails
gretel (~> 3.0.9)
journal!
jquery-rails (= 4.3.5)
jquery-rails (= 4.5.1)
jquery-ui-rails (~> 6.0.1)
kaminari (~> 1.2.0)
letter_opener (~> 1.2.0)
Expand Down