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
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (7.0.0)
jquery-ui-rails (8.0.0)
railties (>= 3.2.16)
json (2.8.2)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -338,14 +338,14 @@ GEM
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nio4r (2.7.4)
nokogiri (1.18.8)
nokogiri (1.18.9)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.8-arm64-darwin)
nokogiri (1.18.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-darwin)
nokogiri (1.18.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -488,7 +488,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.26.0)
selenium-webdriver (4.34.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -519,7 +519,7 @@ GEM
terminal-notifier-guard (1.7.0)
test-unit (3.6.2)
power_assert
thor (1.3.2)
thor (1.4.0)
tilt (2.4.0)
timeout (0.4.2)
ttfunk (1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion test/models/project_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ class ProjectTest < ActiveSupport::TestCase
test 'should update duration on save' do
project = projects(:test_application)

project.update!(duration: 1)
project.update!(duration: 99)

assert_no_changes -> { project[:duration] } do
project.description = 'Test'
Expand Down
Binary file removed vendor/cache/jquery-ui-rails-7.0.0.gem
Binary file not shown.
Binary file added vendor/cache/jquery-ui-rails-8.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.18.8-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.18.8-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.18.8-x86_64-linux-gnu.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.18.9-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.18.9-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.18.9-x86_64-linux-gnu.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/thor-1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/thor-1.4.0.gem
Binary file not shown.
Loading