Skip to content

Commit

Permalink
(fix) Bump hairtrigger to avoid migrations error
Browse files Browse the repository at this point in the history
Without this, then running migrations would get...

  NoMethodError: undefined method `migrations' for ActiveRecord::Migrator:Class

This is documented at jenseng/hair_trigger#72
  • Loading branch information
michalc committed Aug 10, 2018
1 parent d7e7bd7 commit c6c3203
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -57,7 +57,7 @@ gem 'addressable'

# ActiveRecord tools
gem 'activerecord', '5.2.0'
gem 'hairtrigger'
gem 'hairtrigger', '0.2.21'
gem 'active_record_union'

# Parsing JSON
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -188,7 +188,7 @@ GEM
ruby-progressbar (~> 1.4)
globalid (0.4.1)
activesupport (>= 4.2.0)
hairtrigger (0.2.20)
hairtrigger (0.2.21)
activerecord (>= 2.3)
ruby2ruby (~> 2.4)
ruby_parser (~> 3.10)
Expand Down Expand Up @@ -408,11 +408,11 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-prof (0.17.0)
ruby-progressbar (1.9.0)
ruby2ruby (2.4.0)
ruby2ruby (2.4.1)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
ruby_dep (1.5.0)
ruby_parser (3.10.1)
ruby_parser (3.11.0)
sexp_processor (~> 4.9)
rubyzip (1.2.1)
rufus-scheduler (3.4.2)
Expand All @@ -434,7 +434,7 @@ GEM
rdoc (~> 4.0)
sentry-raven (2.7.1)
faraday (>= 0.7.6, < 1.0)
sexp_processor (4.10.0)
sexp_processor (4.11.0)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
show_me_the_cookies (3.1.0)
Expand Down Expand Up @@ -531,7 +531,7 @@ DEPENDENCIES
flipper-ui
friendly_id
fuubar
hairtrigger
hairtrigger (= 0.2.21)
haml
hawk-auth
immutable-struct
Expand Down
Binary file removed vendor/cache/hairtrigger-0.2.20.gem
Binary file not shown.
Binary file added vendor/cache/hairtrigger-0.2.21.gem
Binary file not shown.
Binary file removed vendor/cache/ruby2ruby-2.4.0.gem
Binary file not shown.
Binary file added vendor/cache/ruby2ruby-2.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby_parser-3.10.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby_parser-3.11.0.gem
Binary file not shown.
Binary file removed vendor/cache/sexp_processor-4.10.0.gem
Binary file not shown.
Binary file added vendor/cache/sexp_processor-4.11.0.gem
Binary file not shown.

0 comments on commit c6c3203

Please sign in to comment.