diff --git a/Gemfile b/Gemfile index 85f348462..dcdae4548 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' # core gem 'rails', '4.2.1' gem 'iso8601', '~> 0.8.2' # for dates and times -gem 'hashie_rails', '~> 0.0.1' +gem 'hashie-forbidden_attributes', '~> 0.1.1' # load env gem 'figaro', '~> 1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index f92ac9739..8a237dad4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,7 +240,7 @@ GEM html2haml (>= 1.0.1) railties (>= 4.0.1) hashie (3.4.1) - hashie_rails (0.0.4) + hashie-forbidden_attributes (0.1.1) hashie (>= 3.0) highline (1.6.21) hike (1.2.3) @@ -537,7 +537,7 @@ DEPENDENCIES guard-rspec (~> 4.3.1) guard-rubocop (~> 1.1.0) haml-rails (~> 0.9.0) - hashie_rails (~> 0.0.1) + hashie-forbidden_attributes (~> 0.1.1) html2haml! isikukood iso8601 (~> 0.8.2)