Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
couchrest_model
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stim
couchrest_model
Commits
3fd9f42e
Commit
3fd9f42e
authored
12 years ago
by
Sam Lown
Browse files
Options
Downloads
Patches
Plain Diff
Depending on any recent version of Rails
parent
ab1be6c3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
couchrest_model.gemspec
+1
-1
1 addition, 1 deletion
couchrest_model.gemspec
with
1 addition
and
1 deletion
couchrest_model.gemspec
+
1
−
1
View file @
3fd9f42e
...
...
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s
.
add_dependency
(
%q<couchrest>
,
"~> 1.1.2"
)
s
.
add_dependency
(
%q<mime-types>
,
"~> 1.15"
)
s
.
add_dependency
(
%q<activemodel>
,
"
~
> 3.1.0"
)
s
.
add_dependency
(
%q<activemodel>
,
">
=
3.1.0"
)
s
.
add_dependency
(
%q<tzinfo>
,
"~> 0.3.22"
)
s
.
add_development_dependency
(
%q<rspec>
,
"~> 2.6.0"
)
s
.
add_development_dependency
(
%q<json>
,
[
"~> 1.5.1"
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment