Skip to content

Commit

Permalink
update simple_form to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jan 9, 2017
1 parent ebdc329 commit d35a3e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PATH
omniauth-twitter (~> 1.2.1)
rails (~> 5.0.1)
sass-rails (~> 5.0.6)
simple_form (~> 3.3.1)
simple_form (~> 3.4.0)
uglifier (>= 3.0.4)

GEM
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
money (6.8.0)
money (6.8.1)
i18n (>= 0.6.4, <= 0.7.0)
sixarm_ruby_unaccent (>= 1.1.1, < 2)
multi_json (1.12.1)
Expand Down Expand Up @@ -294,8 +294,8 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (2.2.1)
rake (12.0.0)
request_store (1.3.1)
require_all (1.3.3)
request_store (1.3.2)
require_all (1.4.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
Expand Down Expand Up @@ -336,7 +336,7 @@ GEM
sexp_processor (4.7.0)
shoulda-matchers (3.1.1)
activesupport (>= 4.0.0)
simple_form (3.3.1)
simple_form (3.4.0)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simplecov (0.12.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("omniauth-linkedin", "~> 0.2.0")
spec.add_dependency("omniauth-openid", "~> 1.0.1")
spec.add_dependency("omniauth-twitter", "~> 1.2.1")
spec.add_dependency("simple_form", "~> 3.3.1")
spec.add_dependency("simple_form", "~> 3.4.0")
spec.add_dependency("country_select", "~> 3.0.0")

spec.add_development_dependency("bundler", "~> 1.13.5")
Expand Down

0 comments on commit d35a3e1

Please sign in to comment.