lazy_migrate 0.1.5 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +4 -0
  3. data/Appraisals +9 -0
  4. data/Gemfile.lock +131 -2
  5. data/Guardfile +39 -0
  6. data/README.md +31 -9
  7. data/bin/exe/lazy_migrate +1 -2
  8. data/gemfiles/.bundle/config +2 -0
  9. data/gemfiles/rails_5_1_5.gemfile +8 -0
  10. data/gemfiles/rails_5_1_5.gemfile.lock +170 -0
  11. data/gemfiles/rails_5_2_4_3.gemfile +8 -0
  12. data/gemfiles/rails_5_2_4_3.gemfile.lock +178 -0
  13. data/github/demo.gif +0 -0
  14. data/lazy_migrate.gemspec +6 -0
  15. data/lib/lazy_migrate.rb +6 -2
  16. data/lib/lazy_migrate/client.rb +123 -0
  17. data/lib/lazy_migrate/migration.rb +14 -0
  18. data/lib/lazy_migrate/migrator_adapter.rb +144 -0
  19. data/lib/lazy_migrate/migrator_adapter_factory.rb +24 -0
  20. data/lib/lazy_migrate/new_migrator_adapter.rb +85 -0
  21. data/lib/lazy_migrate/old_migrator_adapter.rb +97 -0
  22. data/lib/lazy_migrate/version.rb +2 -1
  23. data/sorbet/config +2 -0
  24. data/sorbet/rbi/gems/actioncable.rbi +393 -0
  25. data/sorbet/rbi/gems/actionmailer.rbi +425 -0
  26. data/sorbet/rbi/gems/actionpack.rbi +3230 -0
  27. data/sorbet/rbi/gems/actionview.rbi +1153 -0
  28. data/sorbet/rbi/gems/activejob.rbi +282 -0
  29. data/sorbet/rbi/gems/activemodel.rbi +742 -0
  30. data/sorbet/rbi/gems/activerecord.rbi +4004 -0
  31. data/sorbet/rbi/gems/activestorage.rbi +174 -0
  32. data/sorbet/rbi/gems/activesupport.rbi +2300 -0
  33. data/sorbet/rbi/gems/appraisal.rbi +151 -0
  34. data/sorbet/rbi/gems/arel.rbi +1253 -0
  35. data/sorbet/rbi/gems/byebug.rbi +1041 -0
  36. data/sorbet/rbi/gems/coderay.rbi +92 -0
  37. data/sorbet/rbi/gems/concurrent-ruby.rbi +1586 -0
  38. data/sorbet/rbi/gems/crass.rbi +93 -0
  39. data/sorbet/rbi/gems/erubi.rbi +27 -0
  40. data/sorbet/rbi/gems/globalid.rbi +99 -0
  41. data/sorbet/rbi/gems/i18n.rbi +192 -0
  42. data/sorbet/rbi/gems/loofah.rbi +131 -0
  43. data/sorbet/rbi/gems/mail.rbi +1092 -0
  44. data/sorbet/rbi/gems/marcel.rbi +13 -0
  45. data/sorbet/rbi/gems/method_source.rbi +64 -0
  46. data/sorbet/rbi/gems/mini_mime.rbi +52 -0
  47. data/sorbet/rbi/gems/minitest.rbi +282 -0
  48. data/sorbet/rbi/gems/nio4r.rbi +68 -0
  49. data/sorbet/rbi/gems/nokogiri.rbi +1011 -0
  50. data/sorbet/rbi/gems/pastel.rbi +119 -0
  51. data/sorbet/rbi/gems/pry-byebug.rbi +155 -0
  52. data/sorbet/rbi/gems/pry.rbi +1949 -0
  53. data/sorbet/rbi/gems/rack-test.rbi +162 -0
  54. data/sorbet/rbi/gems/rack.rbi +525 -0
  55. data/sorbet/rbi/gems/rails-dom-testing.rbi +68 -0
  56. data/sorbet/rbi/gems/rails-html-sanitizer.rbi +92 -0
  57. data/sorbet/rbi/gems/railties.rbi +724 -0
  58. data/sorbet/rbi/gems/rake.rbi +666 -0
  59. data/sorbet/rbi/gems/rspec-core.rbi +1939 -0
  60. data/sorbet/rbi/gems/rspec-expectations.rbi +1123 -0
  61. data/sorbet/rbi/gems/rspec-mocks.rbi +1090 -0
  62. data/sorbet/rbi/gems/rspec-support.rbi +280 -0
  63. data/sorbet/rbi/gems/rspec.rbi +15 -0
  64. data/sorbet/rbi/gems/sprockets-rails.rbi +106 -0
  65. data/sorbet/rbi/gems/sprockets.rbi +755 -0
  66. data/sorbet/rbi/gems/sqlite3.rbi +354 -0
  67. data/sorbet/rbi/gems/thor.rbi +580 -0
  68. data/sorbet/rbi/gems/thread_safe.rbi +82 -0
  69. data/sorbet/rbi/gems/tty-color.rbi +44 -0
  70. data/sorbet/rbi/gems/tty-cursor.rbi +72 -0
  71. data/sorbet/rbi/gems/tty-prompt.rbi +531 -0
  72. data/sorbet/rbi/gems/tty-reader.rbi +176 -0
  73. data/sorbet/rbi/gems/tty-screen.rbi +66 -0
  74. data/sorbet/rbi/gems/tzinfo.rbi +406 -0
  75. data/sorbet/rbi/gems/websocket-driver.rbi +103 -0
  76. data/sorbet/rbi/gems/websocket-extensions.rbi +29 -0
  77. data/sorbet/rbi/gems/wisper.rbi +130 -0
  78. data/sorbet/rbi/hidden-definitions/errors.txt +7584 -0
  79. data/sorbet/rbi/hidden-definitions/hidden.rbi +13328 -0
  80. data/sorbet/rbi/sorbet-typed/lib/actionmailer/all/actionmailer.rbi +13 -0
  81. data/sorbet/rbi/sorbet-typed/lib/actionpack/all/actionpack.rbi +954 -0
  82. data/sorbet/rbi/sorbet-typed/lib/actionview/all/actionview.rbi +321 -0
  83. data/sorbet/rbi/sorbet-typed/lib/activemodel/all/activemodel.rbi +597 -0
  84. data/sorbet/rbi/sorbet-typed/lib/activerecord/<6/activerecord.rbi +13 -0
  85. data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5.2/activerecord.rbi +16 -0
  86. data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5/activerecord.rbi +53 -0
  87. data/sorbet/rbi/sorbet-typed/lib/activerecord/all/activerecord.rbi +1454 -0
  88. data/sorbet/rbi/sorbet-typed/lib/activerecord/all/model_schema.rbi +79 -0
  89. data/sorbet/rbi/sorbet-typed/lib/activerecord/all/sanitization.rbi +36 -0
  90. data/sorbet/rbi/sorbet-typed/lib/activerecord/~>5.2.0/activerecord.rbi +447 -0
  91. data/sorbet/rbi/sorbet-typed/lib/activestorage/<=6.1/activestorage.rbi +82 -0
  92. data/sorbet/rbi/sorbet-typed/lib/activestorage/all/activestorage.rbi +177 -0
  93. data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +1431 -0
  94. data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
  95. data/sorbet/rbi/sorbet-typed/lib/railties/all/railties.rbi +25 -0
  96. data/sorbet/rbi/todo.rbi +18 -0
  97. data/sorbet/rbi/user-defined/activerecord.rbi +56 -0
  98. metadata +175 -3
  99. data/lib/lazy_migrate/migrator.rb +0 -186
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76807c73570cd29340c523feb646f748378a9e99b22a58a5272d524f2bcce069
4
- data.tar.gz: 00667a62555479a465c0e0d2a60e32b97aad08f2653e79c60c9d909e3f686684
3
+ metadata.gz: 533dc8fee11ec5e7cf015cec3419abf24723f4dcb4df6f3b633ace45b1f4ad6e
4
+ data.tar.gz: 50e86b492823d2269a3cd054b8c1a0e26a20803caaa7c134799c7714603e5296
5
5
  SHA512:
6
- metadata.gz: 63a3ca92f541677d94feeef107bb60a95578866ad4c8417319e1f1793faa843eaa8a3f4b1e18456f8b704925346c90acdce6892b798d3810b7ed72fac7e17cd0
7
- data.tar.gz: f30024e294a5c7baa511a92a2b32702bb4cff25fbbdea349a942df7692caeadfa1ce66cd9db978f5c2c0183378dceac0071fc6ee9f1590a373c81bef15a53e17
6
+ metadata.gz: 7d92645882028de1b22c1a490a615c1936028f9fdddc3670a59a2c6a93bd1ae8031000ccb9ab12968d3f335f2237639660357490bef494087a14f183ff8b8b21
7
+ data.tar.gz: 0c5d081bc2e440e9dd43e000dd483301e6bcdde3556492f91d78d535bad9e8555df251bbf41ec2ba7eb55cc0c0590a5b387c726255c952c7b93a510677997ceb
data/.gitignore CHANGED
@@ -9,3 +9,7 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ spec/support/rails_app_5_1_5/db/
14
+ spec/support/rails_app_5_2_4_3/db/
15
+ TODO.md
@@ -0,0 +1,9 @@
1
+ appraise "rails-5-1-5" do
2
+ gem "rails", "5.1.5"
3
+ gem 'sqlite3', '~> 1.3.6'
4
+ end
5
+
6
+ appraise "rails-5-2-4-3" do
7
+ gem "rails", "5.2.4.3"
8
+ gem 'sqlite3', '~> 1.4.2'
9
+ end
@@ -1,15 +1,120 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lazy_migrate (0.1.0)
5
- tty-prompt
4
+ lazy_migrate (0.1.5)
5
+ sorbet-runtime
6
+ tty-prompt (~> 0.22.0)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
11
+ actioncable (5.2.4.3)
12
+ actionpack (= 5.2.4.3)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailer (5.2.4.3)
16
+ actionpack (= 5.2.4.3)
17
+ actionview (= 5.2.4.3)
18
+ activejob (= 5.2.4.3)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.2.4.3)
22
+ actionview (= 5.2.4.3)
23
+ activesupport (= 5.2.4.3)
24
+ rack (~> 2.0, >= 2.0.8)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.2.4.3)
29
+ activesupport (= 5.2.4.3)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.2.4.3)
35
+ activesupport (= 5.2.4.3)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.2.4.3)
38
+ activesupport (= 5.2.4.3)
39
+ activerecord (5.2.4.3)
40
+ activemodel (= 5.2.4.3)
41
+ activesupport (= 5.2.4.3)
42
+ arel (>= 9.0)
43
+ activestorage (5.2.4.3)
44
+ actionpack (= 5.2.4.3)
45
+ activerecord (= 5.2.4.3)
46
+ marcel (~> 0.3.1)
47
+ activesupport (5.2.4.3)
48
+ concurrent-ruby (~> 1.0, >= 1.0.2)
49
+ i18n (>= 0.7, < 2)
50
+ minitest (~> 5.1)
51
+ tzinfo (~> 1.1)
52
+ appraisal (2.3.0)
53
+ bundler
54
+ rake
55
+ thor (>= 0.14.0)
56
+ arel (9.0.0)
57
+ builder (3.2.4)
58
+ byebug (11.1.3)
59
+ coderay (1.1.3)
60
+ concurrent-ruby (1.1.6)
61
+ crass (1.0.6)
10
62
  diff-lcs (1.4.4)
63
+ erubi (1.9.0)
64
+ globalid (0.4.2)
65
+ activesupport (>= 4.2.0)
66
+ i18n (1.8.5)
67
+ concurrent-ruby (~> 1.0)
68
+ loofah (2.6.0)
69
+ crass (~> 1.0.2)
70
+ nokogiri (>= 1.5.9)
71
+ mail (2.7.1)
72
+ mini_mime (>= 0.1.1)
73
+ marcel (0.3.3)
74
+ mimemagic (~> 0.3.2)
75
+ method_source (1.0.0)
76
+ mimemagic (0.3.5)
77
+ mini_mime (1.0.2)
78
+ mini_portile2 (2.4.0)
79
+ minitest (5.14.1)
80
+ nio4r (2.5.2)
81
+ nokogiri (1.10.10)
82
+ mini_portile2 (~> 2.4.0)
11
83
  pastel (0.8.0)
12
84
  tty-color (~> 0.5)
85
+ pry (0.13.1)
86
+ coderay (~> 1.1)
87
+ method_source (~> 1.0)
88
+ pry-byebug (3.9.0)
89
+ byebug (~> 11.0)
90
+ pry (~> 0.13.0)
91
+ rack (2.2.3)
92
+ rack-test (1.1.0)
93
+ rack (>= 1.0, < 3)
94
+ rails (5.2.4.3)
95
+ actioncable (= 5.2.4.3)
96
+ actionmailer (= 5.2.4.3)
97
+ actionpack (= 5.2.4.3)
98
+ actionview (= 5.2.4.3)
99
+ activejob (= 5.2.4.3)
100
+ activemodel (= 5.2.4.3)
101
+ activerecord (= 5.2.4.3)
102
+ activestorage (= 5.2.4.3)
103
+ activesupport (= 5.2.4.3)
104
+ bundler (>= 1.3.0)
105
+ railties (= 5.2.4.3)
106
+ sprockets-rails (>= 2.0.0)
107
+ rails-dom-testing (2.0.3)
108
+ activesupport (>= 4.2.0)
109
+ nokogiri (>= 1.6)
110
+ rails-html-sanitizer (1.3.0)
111
+ loofah (~> 2.3)
112
+ railties (5.2.4.3)
113
+ actionpack (= 5.2.4.3)
114
+ activesupport (= 5.2.4.3)
115
+ method_source
116
+ rake (>= 0.8.7)
117
+ thor (>= 0.19.0, < 2.0)
13
118
  rake (13.0.1)
14
119
  rspec (3.9.0)
15
120
  rspec-core (~> 3.9.0)
@@ -24,6 +129,20 @@ GEM
24
129
  diff-lcs (>= 1.2.0, < 2.0)
25
130
  rspec-support (~> 3.9.0)
26
131
  rspec-support (3.9.3)
132
+ sorbet (0.5.5862)
133
+ sorbet-static (= 0.5.5862)
134
+ sorbet-runtime (0.5.5862)
135
+ sorbet-static (0.5.5862-universal-darwin-14)
136
+ sprockets (4.0.2)
137
+ concurrent-ruby (~> 1.0)
138
+ rack (> 1, < 3)
139
+ sprockets-rails (3.2.1)
140
+ actionpack (>= 4.0)
141
+ activesupport (>= 4.0)
142
+ sprockets (>= 3.0.0)
143
+ sqlite3 (1.4.2)
144
+ thor (1.0.1)
145
+ thread_safe (0.3.6)
27
146
  tty-color (0.5.1)
28
147
  tty-cursor (0.7.1)
29
148
  tty-prompt (0.22.0)
@@ -34,16 +153,26 @@ GEM
34
153
  tty-screen (~> 0.8)
35
154
  wisper (~> 2.0)
36
155
  tty-screen (0.8.1)
156
+ tzinfo (1.2.7)
157
+ thread_safe (~> 0.1)
158
+ websocket-driver (0.7.3)
159
+ websocket-extensions (>= 0.1.0)
160
+ websocket-extensions (0.1.5)
37
161
  wisper (2.0.1)
38
162
 
39
163
  PLATFORMS
40
164
  ruby
41
165
 
42
166
  DEPENDENCIES
167
+ appraisal
43
168
  bundler (~> 2.0)
44
169
  lazy_migrate!
170
+ pry-byebug (~> 3.9.0)
171
+ rails (~> 5.2.4)
45
172
  rake (~> 13.0)
46
173
  rspec (~> 3.0)
174
+ sorbet
175
+ sqlite3 (~> 1.4.2)
47
176
 
48
177
  BUNDLED WITH
49
178
  2.0.2
@@ -0,0 +1,39 @@
1
+ # A sample Guardfile
2
+ # More info at https://github.com/guard/guard#readme
3
+
4
+ ## Uncomment and set this to only include directories you want to watch
5
+ # directories %w(app lib config test spec features) \
6
+ # .select{|d| Dir.exists?(d) ? d : UI.warning("Directory #{d} does not exist")}
7
+
8
+ ## Note: if you are using the `directories` clause above and you are not
9
+ ## watching the project directory ('.'), then you will want to move
10
+ ## the Guardfile to a watched dir and symlink it back, e.g.
11
+ #
12
+ # $ mkdir config
13
+ # $ mv Guardfile config/
14
+ # $ ln -s config/Guardfile .
15
+ #
16
+ # and, you'll have to watch "config/Guardfile" instead of "Guardfile"
17
+
18
+ # Note: The cmd option is now required due to the increasing number of ways
19
+ # rspec may be run, below are examples of the most common uses.
20
+ # * bundler: 'bundle exec rspec'
21
+ # * bundler binstubs: 'bin/rspec'
22
+ # * spring: 'bin/rspec' (This will use spring if running and you have
23
+ # installed the spring binstubs per the docs)
24
+ # * zeus: 'zeus rspec' (requires the server to be started separately)
25
+ # * 'just' rspec: 'rspec'
26
+
27
+ guard :rspec, cmd: "bundle exec rspec" do
28
+ require "guard/rspec/dsl"
29
+ dsl = Guard::RSpec::Dsl.new(self)
30
+
31
+ # RSpec files
32
+ rspec = dsl.rspec
33
+ watch(rspec.spec_helper) { rspec.spec_dir }
34
+ watch(rspec.spec_files)
35
+
36
+ # Ruby files
37
+ ruby = dsl.ruby
38
+ dsl.watch_spec_files_for(ruby.lib_files)
39
+ end
data/README.md CHANGED
@@ -1,8 +1,18 @@
1
1
  # LazyMigrate
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/lazy_migrate`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Easily manage rails migrations with a mini UI that can be invoked in your console or on the command line.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ ![](/github/demo.gif)
6
+
7
+ I am sick and tired of having to manually copy and paste version numbers from my migration filenames whenever I have to do anything more complicated than `rails db:migrate`! So I made a gem that easily plugs into a rails app and makes it all a little easier.
8
+
9
+ Although most of this just forwards the commands directly to rails, one feature goes a step beyond. If you have ever pulled the latest changes on master only to find that somebody managed to merge a migration before you merged yours, you may be familiar with the dance of:
10
+ 1) `down`'ing your migration
11
+ 2) obtaining a new version timestamp
12
+ 3) replacing the version in your migration's filename
13
+ 4) up'ing the migration again
14
+
15
+ This gem lets you do all that with the press of a button (via the `bring to top` option), so you don't need to break a sweat trying to merge your migration before somebody else beats you to the punch.
6
16
 
7
17
  ## Installation
8
18
 
@@ -14,7 +24,7 @@ gem 'lazy_migrate'
14
24
 
15
25
  And then execute:
16
26
 
17
- $ bundle
27
+ $ bundle install
18
28
 
19
29
  Or install it yourself as:
20
30
 
@@ -24,20 +34,20 @@ Or install it yourself as:
24
34
 
25
35
  From within a rails console, go
26
36
 
27
- ```
37
+ ```ruby
28
38
  LazyMigrate.run
29
39
  ```
30
40
 
31
- You can also invoke lazy_migrate as a rake task either by adding the following to your Rakefile:
41
+ You can also invoke lazy_migrate as a rake task either by adding the following to your Rails app Rakefile:
32
42
 
33
- ```
43
+ ```ruby
34
44
  spec = Gem::Specification.find_by_name('lazy_migrate')
35
45
  load "#{spec.gem_dir}/lib/tasks/lazy_migrate.rake"
36
46
  ```
37
47
 
38
48
  Or by creating a rake task yourself like so:
39
49
 
40
- ```
50
+ ```ruby
41
51
  # in lib/tasks/lazy_migrate.rake
42
52
  # frozen_string_literal: true
43
53
 
@@ -54,13 +64,25 @@ end
54
64
 
55
65
  ## Development
56
66
 
57
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
67
+ After checking out the repo, run `bin/setup` to install dependencies.
68
+
58
69
 
59
70
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
60
71
 
72
+ We use [Appraisal](https://github.com/thoughtbot/appraisal) to test the gem against different rails version like so:
73
+
74
+ ```
75
+ bundle exec appraisal
76
+
77
+ bundle exec appraisal rails-5-1-5 rspec
78
+ bundle exec appraisal rails-5-2-4-3 install
79
+ ```
80
+
61
81
  ## Contributing
62
82
 
63
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lazy_migrate.
83
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jesseduffield/lazy_migrate.
84
+ If anybody wants this to work with the [Data Migrate](https://rubygems.org/gems/data_migrate/versions/1.2.0) gem let me know, currently it's only for schema migrations.
85
+ Hope you like types! Cos this gem uses [Sorbet](https://sorbet.org/).
64
86
 
65
87
  ## License
66
88
 
@@ -12,7 +12,6 @@ until File.exist?('Gemfile')
12
12
  end
13
13
 
14
14
  require './config/environment'
15
- # require File.expand_path('./config/environment')
16
15
  require 'lazy_migrate'
17
16
 
18
- LazyMigrate.run
17
+ LazyMigrate.run
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "5.1.5"
6
+ gem "sqlite3", "~> 1.3.6"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,170 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ lazy_migrate (0.1.5)
5
+ sorbet-runtime
6
+ tty-prompt (~> 0.22.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (5.1.5)
12
+ actionpack (= 5.1.5)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.1.5)
16
+ actionpack (= 5.1.5)
17
+ actionview (= 5.1.5)
18
+ activejob (= 5.1.5)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.1.5)
22
+ actionview (= 5.1.5)
23
+ activesupport (= 5.1.5)
24
+ rack (~> 2.0)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.1.5)
29
+ activesupport (= 5.1.5)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.1.5)
35
+ activesupport (= 5.1.5)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.1.5)
38
+ activesupport (= 5.1.5)
39
+ activerecord (5.1.5)
40
+ activemodel (= 5.1.5)
41
+ activesupport (= 5.1.5)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.5)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (~> 0.7)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ appraisal (2.3.0)
49
+ bundler
50
+ rake
51
+ thor (>= 0.14.0)
52
+ arel (8.0.0)
53
+ builder (3.2.4)
54
+ byebug (11.1.3)
55
+ coderay (1.1.3)
56
+ concurrent-ruby (1.1.6)
57
+ crass (1.0.6)
58
+ diff-lcs (1.4.4)
59
+ erubi (1.9.0)
60
+ globalid (0.4.2)
61
+ activesupport (>= 4.2.0)
62
+ i18n (0.9.5)
63
+ concurrent-ruby (~> 1.0)
64
+ loofah (2.6.0)
65
+ crass (~> 1.0.2)
66
+ nokogiri (>= 1.5.9)
67
+ mail (2.7.1)
68
+ mini_mime (>= 0.1.1)
69
+ method_source (1.0.0)
70
+ mini_mime (1.0.2)
71
+ mini_portile2 (2.4.0)
72
+ minitest (5.14.1)
73
+ nio4r (2.5.2)
74
+ nokogiri (1.10.10)
75
+ mini_portile2 (~> 2.4.0)
76
+ pastel (0.8.0)
77
+ tty-color (~> 0.5)
78
+ pry (0.13.1)
79
+ coderay (~> 1.1)
80
+ method_source (~> 1.0)
81
+ pry-byebug (3.9.0)
82
+ byebug (~> 11.0)
83
+ pry (~> 0.13.0)
84
+ rack (2.2.3)
85
+ rack-test (1.1.0)
86
+ rack (>= 1.0, < 3)
87
+ rails (5.1.5)
88
+ actioncable (= 5.1.5)
89
+ actionmailer (= 5.1.5)
90
+ actionpack (= 5.1.5)
91
+ actionview (= 5.1.5)
92
+ activejob (= 5.1.5)
93
+ activemodel (= 5.1.5)
94
+ activerecord (= 5.1.5)
95
+ activesupport (= 5.1.5)
96
+ bundler (>= 1.3.0)
97
+ railties (= 5.1.5)
98
+ sprockets-rails (>= 2.0.0)
99
+ rails-dom-testing (2.0.3)
100
+ activesupport (>= 4.2.0)
101
+ nokogiri (>= 1.6)
102
+ rails-html-sanitizer (1.3.0)
103
+ loofah (~> 2.3)
104
+ railties (5.1.5)
105
+ actionpack (= 5.1.5)
106
+ activesupport (= 5.1.5)
107
+ method_source
108
+ rake (>= 0.8.7)
109
+ thor (>= 0.18.1, < 2.0)
110
+ rake (13.0.1)
111
+ rspec (3.9.0)
112
+ rspec-core (~> 3.9.0)
113
+ rspec-expectations (~> 3.9.0)
114
+ rspec-mocks (~> 3.9.0)
115
+ rspec-core (3.9.2)
116
+ rspec-support (~> 3.9.3)
117
+ rspec-expectations (3.9.2)
118
+ diff-lcs (>= 1.2.0, < 2.0)
119
+ rspec-support (~> 3.9.0)
120
+ rspec-mocks (3.9.1)
121
+ diff-lcs (>= 1.2.0, < 2.0)
122
+ rspec-support (~> 3.9.0)
123
+ rspec-support (3.9.3)
124
+ sorbet (0.5.5862)
125
+ sorbet-static (= 0.5.5862)
126
+ sorbet-runtime (0.5.5862)
127
+ sorbet-static (0.5.5862-universal-darwin-18)
128
+ sprockets (4.0.2)
129
+ concurrent-ruby (~> 1.0)
130
+ rack (> 1, < 3)
131
+ sprockets-rails (3.2.1)
132
+ actionpack (>= 4.0)
133
+ activesupport (>= 4.0)
134
+ sprockets (>= 3.0.0)
135
+ sqlite3 (1.3.13)
136
+ thor (1.0.1)
137
+ thread_safe (0.3.6)
138
+ tty-color (0.5.1)
139
+ tty-cursor (0.7.1)
140
+ tty-prompt (0.22.0)
141
+ pastel (~> 0.8)
142
+ tty-reader (~> 0.8)
143
+ tty-reader (0.8.0)
144
+ tty-cursor (~> 0.7)
145
+ tty-screen (~> 0.8)
146
+ wisper (~> 2.0)
147
+ tty-screen (0.8.1)
148
+ tzinfo (1.2.7)
149
+ thread_safe (~> 0.1)
150
+ websocket-driver (0.6.5)
151
+ websocket-extensions (>= 0.1.0)
152
+ websocket-extensions (0.1.5)
153
+ wisper (2.0.1)
154
+
155
+ PLATFORMS
156
+ ruby
157
+
158
+ DEPENDENCIES
159
+ appraisal
160
+ bundler (~> 2.0)
161
+ lazy_migrate!
162
+ pry-byebug (~> 3.9.0)
163
+ rails (= 5.1.5)
164
+ rake (~> 13.0)
165
+ rspec (~> 3.0)
166
+ sorbet
167
+ sqlite3 (~> 1.3.6)
168
+
169
+ BUNDLED WITH
170
+ 2.0.2