Skip to content

Commit

Permalink
Fixes #35758 - Allow latest Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Nov 16, 2022
1 parent feb96ae commit 44d3a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ FOREMAN_GEMFILE = __FILE__ unless defined? FOREMAN_GEMFILE

source 'https://rubygems.org'

gem 'rails', '~> 6.1.6.1'
gem 'rails', '~> 6.1.6'
gem 'rest-client', '>= 2.0.0', '< 3', :require => 'rest_client'
gem 'audited', '~> 5.0'
gem 'will_paginate', '~> 3.3'
Expand Down

0 comments on commit 44d3a12

Please sign in to comment.