Skip to content

Commit

Permalink
Updates test-app dependencies for Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
afair committed Jan 18, 2023
1 parent 261346f commit 14735ca
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions test-app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# A sample Gemfile
source "https://rubygems.org"

gem 'activerecord', '~> 5.2.0'
#gem 'activerecord', '~> 3.2.0'
#gem 'activerecord', '~> 4.0.0'
#gem 'activerecord', '~> 4.1.0'
#gem 'activerecord', '4.1.2.rc1'
gem "activerecord", "~> 7.0.4.1"
# gem 'activerecord', '~> 6.1.7.1'

# For testing against Edge Rails
#gem 'activerecord', github: 'rails/rails', branch: 'master'
#gem 'arel', github: 'rails/arel', branch: 'master'

gem 'pg'
gem 'postgresql_cursor', path:"../"
gem "pg"
gem "postgresql_cursor", path: "../"

0 comments on commit 14735ca

Please sign in to comment.