Skip to content

Commit

Permalink
chore: lock gems for support ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarinEA committed Apr 16, 2020
1 parent 455f0ae commit 0c53eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ appraise 'rails5.1' do
end

appraise 'rails5.2' do
gem 'rails', '~> 5.2.0'
gem 'rails', '~> 5.2.0', '< 5.2.4.1'
end
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in resque-integration.gemspec
gemspec

if RUBY_VERSION < '2.3'
gem 'pry-byebug', '< 3.7.0', require: false
gem 'pry', '< 0.13.0', require: false
end

0 comments on commit 0c53eef

Please sign in to comment.