Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "rack-timeout"
gem "rails", "~> 4.2.11"
gem "recipient_interceptor"
gem "sass-rails", "~> 5.0.1"
gem "simple_form", "~> 3.5.0"
gem "simple_form", "~> 4.0.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

gem "title"
gem "uglifier"
gem "unicorn"
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ GEM
sass (~> 3.0)
slim (>= 1.3.6, < 4.0)
terminal-table (~> 1.4)
builder (3.2.3)
builder (3.2.4)
capybara (3.30.0)
addressable
mini_mime (>= 0.1.3)
Expand All @@ -636,7 +636,7 @@ GEM
concurrent-ruby (1.1.5)
crack (0.4.2)
safe_yaml (~> 1.0.0)
crass (1.0.4)
crass (1.0.6)
dalli (2.7.0)
database_cleaner (1.3.0)
debug_inspector (0.0.2)
Expand Down Expand Up @@ -717,7 +717,7 @@ GEM
addressable (~> 2.3)
letter_opener (1.2.0)
launchy (~> 2.2)
loofah (2.2.3)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -730,7 +730,7 @@ GEM
mimemagic (0.3.2)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.0)
momentjs-rails (2.7.0)
railties (>= 3.1)
multi_json (1.13.1)
Expand Down Expand Up @@ -780,8 +780,8 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-observers (0.1.2)
activemodel (~> 4.0)
rails_12factor (0.0.2)
Expand Down Expand Up @@ -839,9 +839,9 @@ GEM
sexp_processor (4.6.1)
shoulda-matchers (2.7.0)
activesupport (>= 3.0.0)
simple_form (3.5.0)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
simple_form (4.0.0)
actionpack (> 4)
activemodel (> 4)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
Expand Down Expand Up @@ -875,7 +875,7 @@ GEM
rails (>= 3.1)
twitter-text (1.9.2)
unf (~> 0.1.0)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (4.0.2)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -952,7 +952,7 @@ DEPENDENCIES
sass-rails (~> 5.0.1)
select2-rails
shoulda-matchers (~> 2.7.0)
simple_form (~> 3.5.0)
simple_form (~> 4.0.0)
simplecov
spring
spring-commands-rspec
Expand Down