Skip to content

Commit 6bd96d4

Browse files
committed
Update to responders 3.2.0
1 parent 1b2eeb2 commit 6bd96d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ gem 'cancancan', '~> 3.6.0'
7272
gem 'formtastic', '~> 5.0'
7373
gem 'htmlentities', '~>4.3', '>= 4.3.4'
7474
gem 'json', '~> 2.7', '>= 2.7.1'
75-
gem 'responders', '~> 3.0' # For respond_with support
75+
gem 'responders', '~> 3.2' # For respond_with support
7676

7777
gem 'mysql2', '~> 0.5.3'
7878

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -760,9 +760,9 @@ GEM
760760
uber (< 0.2.0)
761761
request_store (1.7.0)
762762
rack (>= 1.4)
763-
responders (3.1.1)
764-
actionpack (>= 5.2)
765-
railties (>= 5.2)
763+
responders (3.2.0)
764+
actionpack (>= 7.0)
765+
railties (>= 7.0)
766766
rest-client (2.0.2)
767767
http-cookie (>= 1.0.2, < 2.0)
768768
mime-types (>= 1.16, < 4.0)
@@ -1126,7 +1126,7 @@ DEPENDENCIES
11261126
reek
11271127
reform (~> 2.3.0)
11281128
reform-rails (~> 0.2.2)
1129-
responders (~> 3.0)
1129+
responders (~> 3.2)
11301130
rest-client (~> 2.0.2)
11311131
roar-rails
11321132
rspec-html-matchers!

0 commit comments

Comments
 (0)