mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
Update Gems
This commit is contained in:
parent
d8b335d8cf
commit
1c4478223f
2
Gemfile
2
Gemfile
@ -1,4 +1,4 @@
|
|||||||
source 'https://rubygems.org'
|
source "https://rubygems.org"
|
||||||
|
|
||||||
# Specify your gem's dependencies in slugtastic.gemspec
|
# Specify your gem's dependencies in slugtastic.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|||||||
57
Gemfile.lock
57
Gemfile.lock
@ -6,39 +6,44 @@ PATH
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (3.0.20)
|
activemodel (5.2.0)
|
||||||
activesupport (= 3.0.20)
|
activesupport (= 5.2.0)
|
||||||
builder (~> 2.1.2)
|
activesupport (5.2.0)
|
||||||
i18n (~> 0.5.0)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
activesupport (3.0.20)
|
i18n (>= 0.7, < 2)
|
||||||
builder (2.1.2)
|
minitest (~> 5.1)
|
||||||
diff-lcs (1.2.5)
|
tzinfo (~> 1.1)
|
||||||
i18n (0.5.4)
|
concurrent-ruby (1.0.5)
|
||||||
rake (11.1.1)
|
diff-lcs (1.3)
|
||||||
rspec (3.4.0)
|
i18n (1.0.1)
|
||||||
rspec-core (~> 3.4.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rspec-expectations (~> 3.4.0)
|
minitest (5.11.3)
|
||||||
rspec-mocks (~> 3.4.0)
|
rake (12.3.1)
|
||||||
rspec-core (3.4.4)
|
rspec (3.7.0)
|
||||||
rspec-support (~> 3.4.0)
|
rspec-core (~> 3.7.0)
|
||||||
rspec-expectations (3.4.0)
|
rspec-expectations (~> 3.7.0)
|
||||||
|
rspec-mocks (~> 3.7.0)
|
||||||
|
rspec-core (3.7.1)
|
||||||
|
rspec-support (~> 3.7.0)
|
||||||
|
rspec-expectations (3.7.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.4.0)
|
rspec-support (~> 3.7.0)
|
||||||
rspec-mocks (3.4.1)
|
rspec-mocks (3.7.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.4.0)
|
rspec-support (~> 3.7.0)
|
||||||
rspec-support (3.4.1)
|
rspec-support (3.7.1)
|
||||||
supermodel (0.1.6)
|
thread_safe (0.3.6)
|
||||||
activemodel (~> 3.0.0)
|
tzinfo (1.2.5)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rake (~> 11.1)
|
activemodel (~> 5)
|
||||||
rspec (~> 3.4)
|
rake (~> 12.3)
|
||||||
|
rspec (~> 3.7)
|
||||||
slugtastic!
|
slugtastic!
|
||||||
supermodel (~> 0)
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.11.2
|
1.16.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user