Skip to content

Commit

Permalink
Bumps ood_core
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Mar 27, 2024
1 parent 7c51df0 commit 97502ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gem 'cssbundling-rails', '~> 1.1'
# OOD specific gems
gem 'ood_support', '~> 0.0.2'
gem 'ood_appkit', '~> 2.1.0'
gem 'ood_core', '~> 0.24.1'
gem 'ood_core', '~> 0.25.0'
gem 'pbs', '~> 2.2.1'
gem 'rest-client', '~> 2.0'

Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
ood_core (~> 0.1)
rails (>= 6.0.0, < 7)
redcarpet (~> 3.2)
ood_core (0.24.2)
ood_core (0.25.0)
ffi (~> 1.9, >= 1.9.6)
ood_support (~> 0.0.2)
rexml (~> 3.2)
Expand Down Expand Up @@ -293,7 +293,7 @@ DEPENDENCIES
local_time (~> 1.0.3)
mocha (~> 2.1)
ood_appkit (~> 2.1.0)
ood_core (~> 0.24.1)
ood_core (~> 0.25.0)
ood_support (~> 0.0.2)
pbs (~> 2.2.1)
rails (= 6.1.7.6)
Expand Down
5 changes: 0 additions & 5 deletions apps/myjobs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,3 @@ gem 'ood_appkit', '~> 2.0'
# we have to lock rdoc because 6.4 depends on psych 4.0 which breaks with
# Psych::BadAlias: Cannot load database configuration: Unknown alias: default
gem 'rdoc', '6.3.4.1'

# lock nokogiri & net-imap to versions that are compatible with ruby 2.7.0
# Ubuntu 20.04 uses.
gem 'nokogiri', '~> 1.15', '< 1.16'
gem 'net-imap', '~> 0.3', '< 0.4'

0 comments on commit 97502ec

Please sign in to comment.