Skip to content

Commit

Permalink
Switch to toml-rb gem
Browse files Browse the repository at this point in the history
For them dotted keys
  • Loading branch information
jhass committed Sep 16, 2020
1 parent e81f07f commit ea97261
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -51,8 +51,8 @@ gem "uglifier", "4.2.0"

# Configuration

gem "configurate", "0.4.0"
gem "tomlrb", "1.3.0"
gem "configurate", "0.5.0"
gem "toml-rb", "2.0.1"

# Cross-origin resource sharing

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -117,6 +117,7 @@ GEM
celluloid-supervision (0.20.6)
timers (>= 4.1.1)
chunky_png (1.3.11)
citrus (3.0.2)
cliver (0.3.2)
coderay (1.1.2)
compass (1.0.3)
Expand All @@ -136,7 +137,7 @@ GEM
sass-rails (< 5.1)
sprockets (< 4.0)
concurrent-ruby (1.1.6)
configurate (0.4.0)
configurate (0.5.0)
connection_pool (2.2.2)
coveralls (0.8.23)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -725,7 +726,8 @@ GEM
tins (1.24.1)
sync
to_regexp (0.2.1)
tomlrb (1.3.0)
toml-rb (2.0.1)
citrus (~> 3.0, > 3.0)
turbo_dev_assets (0.0.2)
twitter (7.0.0)
addressable (~> 2.3)
Expand Down Expand Up @@ -804,7 +806,7 @@ DEPENDENCIES
capybara (= 3.15.0)
carrierwave (= 1.3.1)
compass-rails (= 3.1.0)
configurate (= 0.4.0)
configurate (= 0.5.0)
coveralls (= 0.8.23)
cucumber-api-steps (= 0.14)
cucumber-rails (= 2.0.0)
Expand Down Expand Up @@ -921,7 +923,7 @@ DEPENDENCIES
sprockets-rails (= 3.2.1)
string-direction (= 1.2.2)
timecop (= 0.9.1)
tomlrb (= 1.3.0)
toml-rb (= 2.0.1)
turbo_dev_assets (= 0.0.2)
twitter (= 7.0.0)
twitter-text (= 3.0.0)
Expand Down

0 comments on commit ea97261

Please sign in to comment.