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 88e7362 commit feeeedcCopy full SHA for feeeedc
Gemfile
@@ -1,8 +1,8 @@
1
source "https://rubygems.org"
2
3
-gem 'bundler-audit'
4
-gem 'json'
5
-gem 'versionomy'
+gem "bundler-audit", "~> 0.4.0"
+gem "json", "~> 1.8.3"
+gem "versionomy", "~> 0.5.0"
6
gem "rake"
7
8
group :test do
Gemfile.lock
@@ -29,11 +29,11 @@ PLATFORMS
29
ruby
30
31
DEPENDENCIES
32
- bundler-audit
33
- json
+ bundler-audit (~> 0.4.0)
+ json (~> 1.8.3)
34
rake
35
rspec
36
- versionomy
+ versionomy (~> 0.5.0)
37
38
BUNDLED WITH
39
1.11.2
0 commit comments