Skip to content

Commit

Permalink
update impressionist gem for Rails 5.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed May 25, 2017
1 parent 71a9e80 commit 5197bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'faker', '~> 1.6', '>= 1.6.6'
gem 'figaro', '~> 1.1.0', '>= 1.1.1'
gem 'geocoder', '~> 1.4.0', '>= 1.4.1'
gem 'has_scope', '~> 0.7.1'
gem 'impressionist', '~> 1.5.0', '>= 1.5.2'
gem 'impressionist', '~> 1.6.0'
gem 'jbuilder', '~> 2.4.0', '>= 2.4.1'
gem 'multi_json', '~> 1.12.0', '>= 1.12.1'
gem 'naught', '~> 1.1.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ GEM
actionpack (>= 4.1, < 5.2)
activesupport (>= 4.1, < 5.2)
i18n (0.8.1)
impressionist (1.5.2)
nokogiri (~> 1.6)
impressionist (1.6.0)
nokogiri (~> 1)
jbuilder (2.4.1)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
Expand Down Expand Up @@ -253,7 +253,7 @@ DEPENDENCIES
figaro (~> 1.1.0, >= 1.1.1)
geocoder (~> 1.4.0, >= 1.4.1)
has_scope (~> 0.7.1)
impressionist (~> 1.5.0, >= 1.5.2)
impressionist (~> 1.6.0)
jbuilder (~> 2.4.0, >= 2.4.1)
listen (~> 3.0.5)
multi_json (~> 1.12.0, >= 1.12.1)
Expand Down

0 comments on commit 5197bd7

Please sign in to comment.