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 831f66f commit 662b6c6Copy full SHA for 662b6c6
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- lab_tech (0.1.8)
+ lab_tech (0.1.9)
5
rails (>= 5.1.0, < 7.0)
6
scientist (~> 1.3)
7
@@ -139,7 +139,7 @@ GEM
139
rspec-mocks (~> 3.10)
140
rspec-support (~> 3.10)
141
rspec-support (3.10.1)
142
- scientist (1.5.0)
+ scientist (1.6.0)
143
sprockets (4.0.2)
144
concurrent-ruby (~> 1.0)
145
rack (> 1, < 3)
lib/lab_tech/version.rb
@@ -1,3 +1,3 @@
module LabTech
- VERSION = '0.1.8' # about to release? rerun `bundle lock` to update Gemfile.lock
+ VERSION = '0.1.9' # about to release? rerun `bundle lock` to update Gemfile.lock
end
0 commit comments