Skip to content

Commit

Permalink
climate_control needs to be production gem (#3641)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Jun 25, 2024
1 parent 38c5837 commit f1e1a96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/myjobs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ group :development, :test do
gem 'byebug'
gem 'rails-controller-testing'
gem 'mocha', '~> 2.1'
gem 'climate_control', '~> 0.2'
gem 'timecop', '~> 0.9'
end

Expand All @@ -64,6 +63,8 @@ gem 'osc_machete_rails', '~> 2.1.2'
gem 'pbs', '~> 2.2.1'
gem 'ood_appkit', '~> 2.0'

gem 'climate_control', '~> 0.2'

# 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'

0 comments on commit f1e1a96

Please sign in to comment.