Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBresciani committed May 31, 2020
1 parent c6f2d84 commit bab69f2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PATH
remote: .
specs:
rails_scopy (0.1.0)
rails_scopy (0.1.2)
activerecord (>= 5.2, < 7)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.2)
activesupport (= 6.0.2.2)
activerecord (6.0.2.2)
activemodel (= 6.0.2.2)
activesupport (= 6.0.2.2)
activesupport (6.0.2.2)
activemodel (6.0.3.1)
activesupport (= 6.0.3.1)
activerecord (6.0.3.1)
activemodel (= 6.0.3.1)
activesupport (= 6.0.3.1)
activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
zeitwerk (~> 2.2, >= 2.2.2)
concurrent-ruby (1.1.6)
coveralls (0.8.23)
json (>= 1.8, < 3)
Expand All @@ -27,27 +27,27 @@ GEM
tins (~> 1.6)
diff-lcs (1.3)
docile (1.3.2)
faker (2.11.0)
faker (2.12.0)
i18n (>= 1.6, < 2)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
json (2.3.0)
minitest (5.14.0)
minitest (5.14.1)
pg (1.2.3)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (3.9.3)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -58,9 +58,9 @@ GEM
tins (~> 1.0)
thor (1.0.1)
thread_safe (0.3.6)
tins (1.24.1)
tins (1.25.0)
sync
tzinfo (1.2.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
zeitwerk (2.3.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_scopy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsScopy
VERSION = '0.1.1'
VERSION = '0.1.2'
end
2 changes: 1 addition & 1 deletion rails_scopy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'coveralls', '~> 0.8'
spec.add_development_dependency 'faker', '~> 2.10'
spec.add_development_dependency 'faker', '~> 2.12'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'simplecov', '~> 0.16'
Expand Down

0 comments on commit bab69f2

Please sign in to comment.