Skip to content

Commit

Permalink
Revert "[src/api] Update rdoc: 6.3.3 → 6.4.0 (minor)"
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Dec 29, 2021
1 parent 01563ad commit 70cf442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/api/Gemfile.lock
Expand Up @@ -312,8 +312,6 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (4.0.3)
stringio
public_suffix (4.0.6)
puma (5.5.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -360,8 +358,7 @@ GEM
rantly (2.0.0)
rbtree (0.4.4)
rbtree3 (0.6.0)
rdoc (6.4.0)
psych (>= 4.0.0)
rdoc (6.3.3)
redcarpet (3.5.1)
regexp_parser (2.2.0)
request_store (1.5.0)
Expand Down Expand Up @@ -455,7 +452,6 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.0.1)
strong_migrations (0.7.9)
activerecord (>= 5)
sync (0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion src/api/config/environment.rb
Expand Up @@ -6,7 +6,7 @@
path = Rails.root.join('config', 'options.yml')

begin
config = YAML.load_file(path, aliases: true)
config = YAML.load_file(path)
if config.key?(Rails.env)
CONFIG = config[Rails.env]
else
Expand Down

0 comments on commit 70cf442

Please sign in to comment.