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 @@ -17,7 +17,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
## TWITTER BOOTSTRAP, SIMPLE_FORM & FONTAWESOME
gem "tilt", "1.4.1"
gem 'jquery-rails', "4.0.3"
gem 'jquery-ui-rails', "4.2.0"
gem 'jquery-ui-rails', "6.0.0"
gem 'less-rails', "2.8.0"
gem 'twitter-bootstrap-rails', "3.2.2"
gem 'simple_form', "3.1.0"
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
coffee-script-source (1.12.2)
columnize (0.9.0)
commonjs (0.2.7)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
crass (1.0.6)
database_cleaner (1.2.0)
debug_inspector (0.0.2)
Expand Down Expand Up @@ -147,7 +147,7 @@ GEM
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.2.0)
jquery-ui-rails (6.0.0)
railties (>= 3.2.16)
json (1.8.6)
less (2.6.0)
Expand All @@ -162,7 +162,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.19.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.11)
Expand All @@ -174,7 +174,7 @@ GEM
mime-types-data (3.2022.0105)
mini_magick (4.9.4)
mini_mime (1.0.1)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minitest (5.5.1)
multi_json (1.12.1)
mysql2 (0.5.3)
Expand All @@ -183,7 +183,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (4.1.0)
nio4r (2.5.8)
nokogiri (1.13.9)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
notiffany (0.1.1)
Expand All @@ -195,7 +195,7 @@ GEM
slop (~> 3.4)
puma (6.0.0)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.2)
rack (1.6.13)
rack-livereload (0.3.16)
rack
Expand All @@ -212,20 +212,20 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (13.0.1)
rake (13.0.6)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.20.3)
thor (1.2.1)
thread_safe (0.3.6)
tilt (1.4.1)
twitter-bootstrap-rails (3.2.2)
Expand Down Expand Up @@ -316,7 +316,7 @@ DEPENDENCIES
ipaddress (= 0.8.0)
jbuilder (~> 2.0)
jquery-rails (= 4.0.3)
jquery-ui-rails (= 4.2.0)
jquery-ui-rails (= 6.0.0)
less-rails (= 2.8.0)
mini_magick (= 4.9.4)
minitest (= 5.5.1)
Expand Down