Skip to content

Commit

Permalink
Rails ~> 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaai authored and DrTom committed Jun 23, 2020
1 parent 1690fc9 commit 1c47ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
pg_tasks (2.1.1.pre.0)
rails (~> 5.1, >= 5.1.3)
pg_tasks (2.2.0.pre.0)
rails (~> 5.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion pg_tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.rdoc']
s.test_files = Dir['test/**/*']

s.add_dependency 'rails', '~> 5.1', '>= 5.1.3'
s.add_dependency 'rails', '~> 5.0'

s.add_development_dependency 'pg'
s.add_development_dependency 'rubocop'
Expand Down

0 comments on commit 1c47ff8

Please sign in to comment.