aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile42
1 files changed, 20 insertions, 22 deletions
diff --git a/Gemfile b/Gemfile
index 7d58599..8acb3ba 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"
-gem "ruby_protobuf", "= 0.4.11"
+gem "ruby_protobuf", "~> 0.4.11"
gem "datamapper"
gem "dm-aggregates"
gem "dm-do-adapter"
@@ -11,30 +11,28 @@ gem "dm-transactions"
gem "dm-types"
gem "dm-validations"
-#
+#
# The versions here are to match Jessie
#
-group :development do
- gem "log4r", "= 1.1.10"
- gem "ipaddress", "= 0.8.0"
- gem "json", "= 1.8.1"
- gem "sanitize", "= 2.1.0"
- gem "rmail", "= 1.1.0"
- gem "thin", "= 1.6.3"
- gem "haml", "= 4.0.5"
- gem "haml-contrib", "= 1.0.0"
- gem "RedCloth", "= 4.2.9"
- gem "rack", "= 1.5.2"
- gem "rack-protection", "= 1.5.2"
- gem "rack-flash3", "= 1.0.5"
- gem "tilt", "= 1.4.1"
- gem "sinatra", "= 1.4.5"
- gem "locale", "= 2.1.0"
-end
+gem "log4r", "~> 1.1.10"
+gem "ipaddress", "~> 0.8.0"
+gem "json", "~> 1.8.1"
+gem "sanitize", "~> 2.1.0"
+gem "rmail", "~> 1.1.0"
+gem "thin", "~> 1.6.3"
+gem "haml", "~> 4.0.5"
+gem "haml-contrib", "~> 1.0.0"
+gem "RedCloth", "~> 4.2.9"
+gem "rack", "~> 1.5.2"
+gem "rack-protection", "~> 1.5.2"
+gem "rack-flash3", "~> 1.0.5"
+gem "tilt", "~> 1.4.1"
+gem "sinatra", "~> 1.4.5"
+gem "locale", "~> 2.1.0"
group :test do
gem "simplecov", :require => false
- gem "rack-test", "= 0.6.3"
- gem "webmock", "= 1.19.0"
- gem "timecop", "= 0.7.1"
+ gem "rack-test", "~> 0.6.3"
+ gem "webmock", "~> 1.19.0"
+ gem "timecop", "~> 0.7.1"
end