We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03355a6 commit 8a6a9f6Copy full SHA for 8a6a9f6
Gemfile
@@ -22,6 +22,7 @@ gem 'jbuilder'
22
gem 'msgpack'
23
gem 'octokit'
24
gem 'bootstrap_sb_admin_base_v2'
25
+gem 'activerecord-import'
26
27
group :development do
28
gem 'spring'
Gemfile.lock
@@ -33,6 +33,8 @@ GEM
33
activemodel (= 5.0.7)
34
activesupport (= 5.0.7)
35
arel (~> 7.0)
36
+ activerecord-import (0.25.0)
37
+ activerecord (>= 3.2)
38
activesupport (5.0.7)
39
concurrent-ruby (~> 1.0, >= 1.0.2)
40
i18n (>= 0.7, < 2)
@@ -334,6 +336,7 @@ PLATFORMS
334
336
ruby
335
337
338
DEPENDENCIES
339
+ activerecord-import
340
better_errors
341
binding_of_caller
342
bootstrap-sass
@@ -385,4 +388,4 @@ DEPENDENCIES
385
388
webmock (~> 3.0)
386
389
387
390
BUNDLED WITH
- 1.16.1
391
+ 1.16.2
0 commit comments