aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2015-02-07 10:12:16 +0900
committerrhenium <rhenium@rhe.jp>2015-02-07 10:12:16 +0900
commit2a62dc2dfb6413f207a5f97f7e80776d3ae03e92 (patch)
tree26e6f052d5176d14463836b8ea7cd35457745a90
parent5669a33b41e9d1bcb97aa4c676d0725a45629001 (diff)
downloadaclog-2a62dc2dfb6413f207a5f97f7e80776d3ae03e92.tar.gz
api: downgrade grape to 0.9.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index c8b8016..80205e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ gem "tzinfo-data"
gem "mysql2"
gem "settingslogic"
gem "yajl-ruby", require: "yajl"
-gem "grape"
+gem "grape", "~> 0.9.0"
gem "grape-rabl"
gem "haml-rails"
gem "sass-rails", "~> 5.0.0"
diff --git a/Gemfile.lock b/Gemfile.lock
index 1384d29..e12d937 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -108,7 +108,7 @@ GEM
get_process_mem (0.2.0)
globalid (0.3.0)
activesupport (>= 4.1.0)
- grape (0.10.1)
+ grape (0.9.0)
activesupport
builder
hashie (>= 2.1.0)
@@ -145,7 +145,7 @@ GEM
haml (>= 3.1, < 5.0)
html2haml (>= 1.0.1)
railties (>= 4.0.1)
- hashie (3.3.2)
+ hashie (3.4.0)
hike (1.2.3)
hitimes (1.2.2)
html2haml (2.0.0)
@@ -373,7 +373,7 @@ DEPENDENCIES
dalli
eventmachine
factory_girl_rails
- grape
+ grape (~> 0.9.0)
grape-rabl
guard-rspec
haml-rails