Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hollinger committed Jan 21, 2022
1 parent 0ad845d commit 5bb3ad2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/rakefile-activerecord7.0/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'activerecord', '7.0.0', require: 'active_record'
gem 'activerecord', '7.0.1', require: 'active_record'
gem 'otr-activerecord', path: '../../'
gem 'sqlite3'
gem 'rake'
14 changes: 7 additions & 7 deletions examples/rakefile-activerecord7.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.0)
activesupport (= 7.0.0)
activerecord (7.0.0)
activemodel (= 7.0.0)
activesupport (= 7.0.0)
activesupport (7.0.0)
activemodel (7.0.1)
activesupport (= 7.0.1)
activerecord (7.0.1)
activemodel (= 7.0.1)
activesupport (= 7.0.1)
activesupport (7.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -34,7 +34,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 7.0.0)
activerecord (= 7.0.1)
otr-activerecord!
rake
sqlite3
Expand Down

0 comments on commit 5bb3ad2

Please sign in to comment.