Skip to content

Commit

Permalink
update enumerize to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed May 18, 2017
1 parent 2227cec commit 423377d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
country_select (~> 3.0.0)
draper (~> 3.0.0)
elasticsearch-rails (~> 5.0.1)
enumerize (~> 2.1.1)
enumerize (~> 2.1.2)
jquery-rails (~> 4.3.1)
jquery-ui-rails (~> 6.0.1)
omniauth (~> 1.6.1)
Expand Down Expand Up @@ -133,7 +133,7 @@ GEM
thread
thread_safe
elasticsearch-rails (5.0.1)
enumerize (2.1.1)
enumerize (2.1.2)
activesupport (>= 3.2)
erubi (1.6.0)
erubis (2.7.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_dependency("bootstrap-sass", "~> 3.3.7")
s.add_dependency("draper", "~> 3.0.0")
s.add_dependency("elasticsearch-rails", "~> 5.0.1")
s.add_dependency("enumerize", "~> 2.1.1")
s.add_dependency("enumerize", "~> 2.1.2")
s.add_dependency("omniauth", "~> 1.6.1")
s.add_dependency("omniauth-identity", "~> 1.1.1")
s.add_dependency("omniauth-facebook", "~> 4.0.0")
Expand Down

0 comments on commit 423377d

Please sign in to comment.