mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Upgraded hashie_rails gem, it issued depricated warning
This commit is contained in:
parent
ad1749c1de
commit
29f1aa9d0c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue