Skip to content

Commit

Permalink
Update rails-settings-cached gem
Browse files Browse the repository at this point in the history
Closes #1228
  • Loading branch information
Artur Beljajev committed Jun 18, 2019
1 parent 330515b commit 6b2fdae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ gem 'pg', '0.19.0'
gem 'ransack', '1.5.1' # for searching
gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696
gem 'paper_trail', '~> 4.0'
gem 'rails-settings-cached', '0.4.1' # for settings

# 0.7.3 is the latest for Rails 4.2
gem 'rails-settings-cached', '0.7.2'

# html-xml
gem 'haml-rails', '0.9.0' # haml for views
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-settings-cached (0.4.1)
rails (>= 4.0.0)
rails-settings-cached (0.7.2)
rails (>= 4.2.0)
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
Expand Down Expand Up @@ -482,7 +482,7 @@ DEPENDENCIES
que-web (= 0.4.0)
railroady (= 1.3.0)
rails (= 4.2.11.1)
rails-settings-cached (= 0.4.1)
rails-settings-cached (= 0.7.2)
ransack (= 1.5.1)
rest-client
rspec-rails (~> 3.6)
Expand Down

0 comments on commit 6b2fdae

Please sign in to comment.