Skip to content

Commit df73d7e

Browse files
committed
update simple form to reduce warnings
1 parent cbcc4c7 commit df73d7e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "rack-timeout"
1717
gem "rails", "~> 4.2.10"
1818
gem "recipient_interceptor"
1919
gem "sass-rails", "~> 5.0.1"
20-
gem "simple_form", "~> 3.1.0"
20+
gem "simple_form", "~> 3.5.0"
2121
gem "title"
2222
gem "uglifier"
2323
gem "unicorn"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ GEM
299299
sexp_processor (4.6.1)
300300
shoulda-matchers (2.7.0)
301301
activesupport (>= 3.0.0)
302-
simple_form (3.1.0)
303-
actionpack (~> 4.0)
304-
activemodel (~> 4.0)
302+
simple_form (3.5.0)
303+
actionpack (> 4, < 5.2)
304+
activemodel (> 4, < 5.2)
305305
simplecov (0.8.2)
306306
docile (~> 1.1.0)
307307
multi_json
@@ -410,7 +410,7 @@ DEPENDENCIES
410410
sass-rails (~> 5.0.1)
411411
select2-rails
412412
shoulda-matchers (~> 2.7.0)
413-
simple_form (~> 3.1.0)
413+
simple_form (~> 3.5.0)
414414
simplecov
415415
spring
416416
spring-commands-rspec

0 commit comments

Comments
 (0)