Skip to content

Commit

Permalink
Allow support for rails 6.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelphaeis authored Sep 20, 2021
2 parents 216036e + a5e1305 commit 5c66539
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.6.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem "activerecord", "~>6.1.0"
gem "activerecord", "~>6.1"

# Specify your gem's dependencies in jit_preloader.gemspec
gemspec
3 changes: 2 additions & 1 deletion Gemfile.6.1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
ruby
x86_64-darwin-19

DEPENDENCIES
activerecord (~> 6.1.0)
activerecord (~> 6.1)
bundler
byebug
database_cleaner
Expand Down
2 changes: 1 addition & 1 deletion lib/jit_preloader/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JitPreloader
VERSION = "1.0.3"
VERSION = "1.0.4"
end

0 comments on commit 5c66539

Please sign in to comment.